home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / jemtex2.zip / JGUIDE.TEX (.txt) < prev    next >
LaTeX Document  |  1991-04-14  |  175KB  |  3,438 lines

  1. % Process this file twice with big LaTeX. Does not rely on any japanese font.
  2. \typeout{}
  3. \typeout{Japanese [La]TeX for DOS User's Guide Version 2.00 <14 April 1991>}
  4. \typeout{Note: Run big LaTeX two times to resolve cross-references.}
  5. \typeout{Warning: This guide requires approximately 120Kb of memory to process.}
  6. \typeout{}
  7. \hyphenation{jap-a-nese}
  8. \def\LLaTeX{{\rm \raise.2ex\hbox{[}\kern-.05em L\kern-.38em\raise.35ex%
  9. \hbox{\lowercase{a}}\kern-.05em\raise.2ex\hbox{]}\kern-.1em T%
  10. \kern-.1667em\lower.7ex\hbox{E}\kern-.125em X}}
  11. \def\MuTeX{{\rm M\kern-.15em\raise.2ex\hbox{\lowercase{u}}\kern-.32em T%
  12. \kern-.1667em\lower.5ex\hbox{E}\kern-.125em X}}
  13. \def\emTeX{{\rm {\it{em}}\kern-.15em T%
  14. \kern-.1667em\lower.5ex\hbox{E}\kern-.125em X}}
  15. \def\JemTeX{{\rm J\kern-.2em {\it{em}}\kern-.15em T%
  16. \kern-.1667em\lower.5ex\hbox{E}\kern-.125em X}}
  17. \def\MFT{{\small\rm METAFONT}}
  18. \documentstyle[12pt]{article}
  19. \pagestyle{plain}
  20. \begin{document}
  21. \title{Japanese \LLaTeX\ for DOS \\
  22.           - User's Guide - \\
  23.    {\small (Version 2.00)}}
  24. \author{Fran\c cois Jalbert}
  25. \date{14 April 1991}
  26. \maketitle
  27. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  28. \section{Introduction}
  29. \typeout{1 Introduction}
  30. \label{introduction}
  31. Welcome to \JemTeX\ Version~2.00, a simple system to typeset japanese using any 
  32. standard version of \TeX\ running under DOS. All you need to create your own 
  33. japanese fonts using \MFT\ is included. A preprocessor is also supplied which 
  34. will turn the output of your favorite japanese text editor into a standard 
  35. \TeX\ document ready for processing. 
  36. This guide is divided into four main sections:
  37. \begin{description}
  38.  \item[Introduction:] Preliminary remarks (page~\pageref{introduction}).
  39.  \item[Japanese Fonts:] The \JemTeX\ fonts (page~\pageref{japanesefonts}).
  40.  \item[The \LLaTeX\ Interface:] The \JemTeX\ preprocessor 
  41.                                 (page~\pageref{thelatexinterface}).
  42.  \item[JemTeX Quick Reference:] Items often referred to 
  43.                                 (page~\pageref{jemtexquickreference}).
  44. \end{description}
  45. \subsection{Why \JemTeX}
  46. \label{whyjemtex}
  47. Shortly after adopting japanese as my new hobby, I felt the need to compile my 
  48. own small dictionaries and to keep a computer record of all the letters I sent 
  49. to my friends in Japan. These japanese documents would, of course, be produced 
  50. on my DOS computer. I was also typesetting japanese music with \MuTeX, and I 
  51. really wanted to write the lyrics using japanese characters rather than the 
  52. roman ones I was currently constrained to use. 
  53. Luckily I had \mbox{USENET} access, and in early 1990 I came across Mr.\ Mark 
  54. Edward's MOKE~(1.1+) japanese text editor. It supported the most popular 
  55. graphics displays, it had all the japanese characters a novice like me would 
  56. ever need, it had extensive indexes to find the correct kanjis for any given 
  57. word, and it even supported my \mbox{EPSON} printer. I FTP'ed a copy for 
  58. myself and arranged to have it made available in T\=oky\=o at utsun 
  59. (133.11.11.11) for FTP as well. 
  60. Unfortunately, MOKE's quality of output left much to be desired on my 
  61. \mbox{9-pin} printer, and MOKE did not have the fancy capabilities of \LaTeX. I 
  62. decided to look into public domain japanese versions of \LaTeX\ for DOS 
  63. computers. A query on \mbox{USENET} news triggered a long series of 
  64. \mbox{e-mail} exchanges. In a nutshell, the news was bad. 
  65. First, I could not locate any \MFT\ code to generate the 240~DPI by 216~DPI 
  66. fonts needed by my previewing and printing devices. It was out of the question 
  67. for me to even think about writing my own \MFT\ code for the thousands of 
  68. characters involved in japanese. I did find some 300~DPI public domain fonts, 
  69. but they were useless to me. I was told many japanese printers have built-in 
  70. fonts, which could explain the lack of public domain external ones. 
  71. There was also a serious possibility that loading many fonts might cause any 
  72. small implementation of \TeX\ to run out of memory. This was a problem 
  73. especially for DOS machines limited for historical reasons to 640~Kb of main 
  74. memory. I needed a \TeX\ with some sort of memory paging system for my big 
  75. RAM~disk. This problem was solved with Mr.\ Eberhard Mattes' \emTeX\ for DOS. 
  76. Its capacity seemed limited solely by \TeX's internal design. 
  77. I could not find any macros to enter japanese using standard \LaTeX. I did 
  78. come across J\TeX\ and \mbox{ASCII-j\TeX}. However, both required that I build 
  79. my own \TeX\ source in C, using exotic tools like WEB and \mbox{TANGLE}. Even 
  80. if I ever managed eventually to get some usable C~code, it would not compile 
  81. into something very useful because of the 640~Kb main memory limitation of DOS. 
  82. It would be necessary to modify the C~code by adding the paging system to it. I 
  83. knew nothing of \TeX's internal working. How could I decide correctly which 
  84. information should be paged and which should remain in memory at all time? I 
  85. decided that adapting J\TeX\ or \mbox{ASCII-j\TeX}\ to DOS appeared too 
  86. uncertain and time-consuming. 
  87. My situation could be summarized as follows. I had a simple japanese text 
  88. editor I could use to enter both english and japanese, and I had a big 
  89. implementation of \TeX\ which would not crash if I remained reasonable. But I 
  90. lacked japanese fonts and macros to put it all together. The remainder of this 
  91. brief guide explains how I solved these two problems. 
  92. I call my japanese system \JemTeX. Anybody with a japanese text editor and 
  93. \emTeX, or any equivalent implementation of \TeX\ and \MFT, can now produce 
  94. simple, but acceptable japanese documents with his DOS computer. Following the 
  95. release of the first two versions, people from all over the world expressed 
  96. their satisfaction. There is no doubt in my mind that there was a real need for 
  97. \JemTeX. 
  98. \begin{quote}
  99.  \begin{em}
  100.   \JemTeX\ is free for all to use and modify. Please feel free to distribute 
  101.   unmodified copies of it. If you should use parts of\/ \JemTeX, or some of my 
  102.   ideas in your work, a reference to \JemTeX\ would be appreciated.
  103.  \end{em}
  104. \end{quote} 
  105. \subsection{\JemTeX\ Files}
  106. \label{jemtexfiles}
  107. \JemTeX\ is distributed compressed with Version~1.1 of the \verb"PKZIP" 
  108. utility of PKWARE Inc. You should have received the following file:
  109. \begin{quote}%Don't put spaces after the next line!
  110. \begin{verbatim}
  111. JEMTEX2  ZIP   440435   4-14-91  12:00p
  112. \end{verbatim}
  113. \end{quote}
  114. Unpacking should yield the following files:
  115. \begin{quote}%Don't put spaces after the next line!
  116. \begin{verbatim}
  117. JIS24          562032   4-14-91  12:00p
  118. JIS2MF   C      37598   4-14-91  12:00p
  119. JIS2MF   PAS    33242   4-14-91  12:00p
  120. JIS2MF   EXE    12181   4-14-91  12:00p
  121. JEM2TEX  C      47627   4-14-91  12:00p
  122. JEM2TEX  PAS    40635   4-14-91  12:00p
  123. JEM2TEX  EXE    14203   4-14-91  12:00p
  124. FONTABLE C       5814   4-14-91  12:00p
  125. FONTABLE PAS     4475   4-14-91  12:00p
  126. FONTABLE EXE     4905   4-14-91  12:00p
  127. JGUIDE   TEX   175442   4-14-91  12:00p
  128. \end{verbatim}
  129. \end{quote}
  130. All these files will be covered in time in this brief guide. 
  131. I supply you with the fastest utilities possible at the moment, which are 
  132. sometime C versions, sometime Pascal versions. The programs compile fine with 
  133. recent DOS turbo compilers and UNIX gcc. Note that the executables are also 
  134. compressed with the \verb"LZEXE" utility of Mr.\ Fabrice Bellard. The 
  135. decompression automatically occurs at runtime. 
  136. \subsection{Author's Address}
  137. \label{authorsaddress}
  138. There is still a lot I do not understand about \LLaTeX\ and, especially, 
  139. japanese. I apologize in advance for my errors. If you have any comments, or 
  140. simply wish to be put on my mailing list, do not hesitate to contact the 
  141. author: 
  142. \begin{quote}
  143. Fran\c cois Jalbert \\
  144. 220 Forest \\
  145. Ch\^ateauguay, QC \\
  146. CANADA \\
  147. J6J 1R1 \\
  148. \verb"jalbert@CS.UBC.CA" \\
  149. \verb"jalbert@IRO.UMontreal.CA"
  150. \end{quote}
  151. \subsection{Acknowledgments}
  152. \label{acknowledgments}
  153. I would like to take this opportunity to thank all the people who helped me in 
  154. this quest for knowledge, especially Mr.\ Takafumi Sakurai who is very familiar 
  155. with J\TeX. Finally, I must also thank all the users who helped to improve this 
  156. package with their comments. Keep them coming! In fact, Version~2.00 would not 
  157. have been possible without Mr.\ Masatoshi Watanabe, the author of JaWa\TeX. I 
  158. am greatly grateful to him for his contribution to my \verb"JIS2MF" program. 
  159. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  160. \section{Japanese Fonts}
  161. \typeout{2 Japanese Fonts}
  162. \label{japanesefonts}
  163. In this section, I describe how I solved the font problem. I first introduce 
  164. the JIS~24 dot font which is the key behind the \JemTeX\ fonts. A discussion of 
  165. horizontal and vertical writing styles then becomes essential since writing 
  166. style influences the ideal characteristics of a font. I conclude the first part 
  167. of this section by explaining how to run my \verb"JIS2MF" \MFT\ code generation 
  168. program and \MFT\ itself. 
  169. I include a few more technical details in the second part of this section. 
  170. Strictly speaking, this information is not mandatory and the reader in a hurry 
  171. will do well to simply skip it. But the inquiring one will have a chance to 
  172. take a closer look at the \MFT\ code generated and at the underlying algorithm. 
  173. \subsection{The JIS~24 Dot Font}
  174. \label{thejis24dotfont}
  175. The font problem is solved using the JIS~24 dot font of Mr.\ Yasuki Saito. It 
  176. is a series of 24~by~24 bitmaps organized sequentially. There is room for 
  177. 7806~bitmaps in the file \verb"JIS24", but several bitmaps are simply left 
  178. empty in the current version. 
  179. \label{standard}
  180. The JIS~'83 standard states which characters are defined in the JIS~24 dot font 
  181. and what position they occupy. However, several computer manufacturers have 
  182. taken the liberty of defining their own additional 24~by~24 bitmaps which they 
  183. place here and there at locations currently left empty by JIS~'83. The
  184. resulting {\em extended\/} JIS~24 dot fonts exist in many different 
  185. incompatible versions. 
  186. \label{extended}
  187. \JemTeX\ uses such an extended JIS~24 dot font. I do not know who is 
  188. responsible for its extension, but I certainly welcome the extra characters. 
  189. Besides a wealth of miscellaneous characters, a complete half-width roman and 
  190. japanese character set is available. You may choose to use them, or to restrict 
  191. yourself to standard JIS~'83 characters only. 
  192. No doubt one can mechanize the creation of fonts from such bitmaps. There seems 
  193. to be two ways of handling the problem. First, one could generate fonts 
  194. directly from the bitmaps without using \MFT\ at all. Indeed, I know that 
  195. several fonts in J\TeX\ were created just that way. However, I suspect that it 
  196. might be difficult to scale fonts using non-integer factors. To further 
  197. complicate the scaling problem, my devices do not have the same horizontal and 
  198. vertical resolution. Besides, I feel that \MFT\ can deal with such scaling 
  199. issues better than I probably can in a mere few days of work. 
  200. Consequently, I prefer to create \MFT\ code out of the bitmaps. A good example 
  201. of such an approach is the \verb"ega2mf" program of Mr.\ Thomas B.\ Ridgeway. 
  202. This program reads bitmaps and creates \MFT\ code where each character is a 
  203. small matrix of dots. The purpose of such fonts is to mimic the looks of 
  204. CRT~screens on paper. This is does so well that in fact, I find that the 
  205. japanese characters look too much like bitmaps! I want these dots to disappear 
  206. and a continuous outline to replace them. Nevertheless, \verb"ega2mf" clearly 
  207. demonstrates that the goal can be reached. 
  208. I started from scratch, using a \MFT\ book and came up with my own \MFT\ code 
  209. generation program \verb"JIS2MF". It reads bitmaps from \verb"JIS24", and it 
  210. then constructs continuous characters, using squares, triangles, and quarter 
  211. circles. My program has been substantially improved by Mr.\ Masatoshi Watanabe. 
  212. A complete description is found in Subsections~\ref{themetafontcode} 
  213. and~\ref{algorithm}. 
  214. \subsection{Writing Styles}
  215. \label{writingstyles}
  216. It is clear from the lack of a vertical baseline in \MFT\ that \TeX\ was solely 
  217. designed for horizontal use. Indeed, \TeX\ can typeset japanese horizontally as 
  218. well as it does for english. This does not imply that vertical use of \TeX\ is 
  219. impossible, but it merely suggests that extra care will be required. In this 
  220. subsection, I would like to discuss and compare both writing styles. The 
  221. appropriate font properties can then be determined. 
  222. \label{widthheight}
  223. The first features of interest in this subsection are character width, 
  224. character height, and distance from the baseline. Consider first a few roman 
  225. characters and their horizontal baseline: 
  226. \begin{center} 
  227.  \setlength{\unitlength}{0.4pt}
  228.  \begin{picture}(80,30)
  229.   \thinlines
  230.   \put(0,5){\line(1,0){80}}
  231.   \put(0,0){\makebox(80,30){dip}}
  232.  \end{picture}
  233. \end{center}
  234. The width of each character is minimized and this is important in english 
  235. writing. However, the height of each character is unimportant. It is the 
  236. vertical relationship between the character and its horizontal baseline which 
  237. matters. 
  238. Consider now a few japanese characters and their horizontal baseline:
  239. \begin{center}
  240.  \setlength{\unitlength}{0.4pt}
  241.  \newsavebox{\watashi}
  242.  \sbox{\watashi}{% 
  243.   \begin{picture}(28,26)(-2,-2)%Bitmap 2512
  244.    \put(0.5,4.5){\circle*{1}}\put(0.5,15.5){\circle*{1}}
  245.    \put(0.5,19.5){\circle*{1}}\put(1.5,5.5){\circle*{1}}
  246.    \put(1.5,15.5){\circle*{1}}\put(1.5,19.5){\circle*{1}}
  247.    \put(2.5,6.5){\circle*{1}}\put(2.5,7.5){\circle*{1}}
  248.    \put(2.5,15.5){\circle*{1}}\put(2.5,19.5){\circle*{1}}
  249.    \put(3.5,7.5){\circle*{1}}\put(3.5,8.5){\circle*{1}}
  250.    \put(3.5,9.5){\circle*{1}}\put(3.5,15.5){\circle*{1}}
  251.    \put(3.5,20.5){\circle*{1}}\put(4.5,9.5){\circle*{1}}
  252.    \put(4.5,10.5){\circle*{1}}\put(4.5,11.5){\circle*{1}}
  253.    \put(4.5,12.5){\circle*{1}}\put(4.5,15.5){\circle*{1}}
  254.    \put(4.5,20.5){\circle*{1}}\put(5.5,0.5){\circle*{1}}
  255.    \put(5.5,1.5){\circle*{1}}\put(5.5,2.5){\circle*{1}}
  256.    \put(5.5,3.5){\circle*{1}}\put(5.5,4.5){\circle*{1}}
  257.    \put(5.5,5.5){\circle*{1}}\put(5.5,6.5){\circle*{1}}
  258.    \put(5.5,7.5){\circle*{1}}\put(5.5,8.5){\circle*{1}}
  259.    \put(5.5,9.5){\circle*{1}}\put(5.5,10.5){\circle*{1}}
  260.    \put(5.5,11.5){\circle*{1}}\put(5.5,12.5){\circle*{1}}
  261.    \put(5.5,13.5){\circle*{1}}\put(5.5,14.5){\circle*{1}}
  262.    \put(5.5,15.5){\circle*{1}}\put(5.5,16.5){\circle*{1}}
  263.    \put(5.5,17.5){\circle*{1}}\put(5.5,18.5){\circle*{1}}
  264.    \put(5.5,19.5){\circle*{1}}\put(5.5,20.5){\circle*{1}}
  265.    \put(6.5,0.5){\circle*{1}}\put(6.5,1.5){\circle*{1}}
  266.    \put(6.5,2.5){\circle*{1}}\put(6.5,3.5){\circle*{1}}
  267.    \put(6.5,4.5){\circle*{1}}\put(6.5,5.5){\circle*{1}}
  268.    \put(6.5,6.5){\circle*{1}}\put(6.5,7.5){\circle*{1}}
  269.    \put(6.5,8.5){\circle*{1}}\put(6.5,9.5){\circle*{1}}
  270.    \put(6.5,10.5){\circle*{1}}\put(6.5,11.5){\circle*{1}}
  271.    \put(6.5,12.5){\circle*{1}}\put(6.5,13.5){\circle*{1}}
  272.    \put(6.5,14.5){\circle*{1}}\put(6.5,15.5){\circle*{1}}
  273.    \put(6.5,16.5){\circle*{1}}\put(6.5,17.5){\circle*{1}}
  274.    \put(6.5,18.5){\circle*{1}}\put(6.5,19.5){\circle*{1}}
  275.    \put(6.5,20.5){\circle*{1}}\put(6.5,21.5){\circle*{1}}
  276.    \put(7.5,11.5){\circle*{1}}\put(7.5,15.5){\circle*{1}}
  277.    \put(7.5,21.5){\circle*{1}}\put(8.5,11.5){\circle*{1}}
  278.    \put(8.5,15.5){\circle*{1}}\put(8.5,21.5){\circle*{1}}
  279.    \put(8.5,22.5){\circle*{1}}\put(9.5,2.5){\circle*{1}}
  280.    \put(9.5,10.5){\circle*{1}}\put(9.5,15.5){\circle*{1}}
  281.    \put(9.5,16.5){\circle*{1}}\put(9.5,22.5){\circle*{1}}
  282.    \put(9.5,23.5){\circle*{1}}\put(10.5,0.5){\circle*{1}}
  283.    \put(10.5,1.5){\circle*{1}}\put(10.5,2.5){\circle*{1}}
  284.    \put(10.5,8.5){\circle*{1}}\put(10.5,9.5){\circle*{1}}
  285.    \put(10.5,10.5){\circle*{1}}\put(10.5,15.5){\circle*{1}}
  286.    \put(10.5,16.5){\circle*{1}}\put(10.5,22.5){\circle*{1}}
  287.    \put(10.5,23.5){\circle*{1}}\put(11.5,1.5){\circle*{1}}
  288.    \put(11.5,2.5){\circle*{1}}\put(11.5,8.5){\circle*{1}}
  289.    \put(11.5,9.5){\circle*{1}}\put(11.5,15.5){\circle*{1}}
  290.    \put(11.5,22.5){\circle*{1}}\put(12.5,1.5){\circle*{1}}
  291.    \put(12.5,2.5){\circle*{1}}\put(13.5,1.5){\circle*{1}}
  292.    \put(13.5,2.5){\circle*{1}}\put(13.5,3.5){\circle*{1}}
  293.    \put(13.5,4.5){\circle*{1}}\put(14.5,2.5){\circle*{1}}
  294.    \put(14.5,5.5){\circle*{1}}\put(14.5,6.5){\circle*{1}}
  295.    \put(14.5,7.5){\circle*{1}}\put(14.5,8.5){\circle*{1}}
  296.    \put(15.5,2.5){\circle*{1}}\put(15.5,7.5){\circle*{1}}
  297.    \put(15.5,8.5){\circle*{1}}\put(15.5,9.5){\circle*{1}}
  298.    \put(15.5,10.5){\circle*{1}}\put(15.5,11.5){\circle*{1}}
  299.    \put(15.5,12.5){\circle*{1}}\put(15.5,13.5){\circle*{1}}
  300.    \put(15.5,14.5){\circle*{1}}\put(15.5,15.5){\circle*{1}}
  301.    \put(16.5,2.5){\circle*{1}}\put(16.5,11.5){\circle*{1}}
  302.    \put(16.5,12.5){\circle*{1}}\put(16.5,13.5){\circle*{1}}
  303.    \put(16.5,14.5){\circle*{1}}\put(16.5,15.5){\circle*{1}}
  304.    \put(16.5,16.5){\circle*{1}}\put(16.5,17.5){\circle*{1}}
  305.    \put(16.5,18.5){\circle*{1}}\put(16.5,19.5){\circle*{1}}
  306.    \put(16.5,20.5){\circle*{1}}\put(16.5,21.5){\circle*{1}}
  307.    \put(16.5,22.5){\circle*{1}}\put(16.5,23.5){\circle*{1}}
  308.    \put(17.5,2.5){\circle*{1}}\put(17.5,16.5){\circle*{1}}
  309.    \put(17.5,17.5){\circle*{1}}\put(17.5,18.5){\circle*{1}}
  310.    \put(17.5,19.5){\circle*{1}}\put(17.5,20.5){\circle*{1}}
  311.    \put(17.5,21.5){\circle*{1}}\put(17.5,22.5){\circle*{1}}
  312.    \put(18.5,3.5){\circle*{1}}\put(18.5,22.5){\circle*{1}}
  313.    \put(19.5,3.5){\circle*{1}}\put(19.5,7.5){\circle*{1}}
  314.    \put(20.5,3.5){\circle*{1}}\put(20.5,5.5){\circle*{1}}
  315.    \put(20.5,6.5){\circle*{1}}\put(21.5,3.5){\circle*{1}}
  316.    \put(21.5,4.5){\circle*{1}}\put(21.5,5.5){\circle*{1}}
  317.    \put(22.5,0.5){\circle*{1}}\put(22.5,1.5){\circle*{1}}
  318.    \put(22.5,2.5){\circle*{1}}\put(22.5,3.5){\circle*{1}}
  319.    \put(22.5,4.5){\circle*{1}}\put(23.5,0.5){\circle*{1}}
  320.    \put(23.5,1.5){\circle*{1}}\put(23.5,2.5){\circle*{1}}
  321.   \end{picture}}
  322.  \begin{picture}(250,28)
  323.   \thinlines
  324.   \put(0,0){\line(1,0){250}}
  325.   \put(20,0){%
  326.    \begin{picture}(28,26)(-2,-2)%Bitmap 288
  327.     \put(5.5,15.5){\circle*{1}}\put(6.5,13.5){\circle*{1}}
  328.     \put(6.5,14.5){\circle*{1}}\put(7.5,13.5){\circle*{1}}
  329.     \put(7.5,14.5){\circle*{1}}\put(8.5,1.5){\circle*{1}}
  330.     \put(8.5,14.5){\circle*{1}}\put(9.5,1.5){\circle*{1}}
  331.     \put(9.5,14.5){\circle*{1}}\put(9.5,15.5){\circle*{1}}
  332.     \put(9.5,23.5){\circle*{1}}\put(10.5,1.5){\circle*{1}}
  333.     \put(10.5,15.5){\circle*{1}}\put(10.5,23.5){\circle*{1}}
  334.     \put(11.5,2.5){\circle*{1}}\put(11.5,15.5){\circle*{1}}
  335.     \put(11.5,16.5){\circle*{1}}\put(11.5,22.5){\circle*{1}}
  336.     \put(12.5,2.5){\circle*{1}}\put(12.5,16.5){\circle*{1}}
  337.     \put(12.5,22.5){\circle*{1}}\put(13.5,3.5){\circle*{1}}
  338.     \put(13.5,16.5){\circle*{1}}\put(13.5,21.5){\circle*{1}}
  339.     \put(13.5,22.5){\circle*{1}}\put(14.5,3.5){\circle*{1}}
  340.     \put(14.5,4.5){\circle*{1}}\put(14.5,16.5){\circle*{1}}
  341.     \put(14.5,20.5){\circle*{1}}\put(14.5,21.5){\circle*{1}}
  342.     \put(15.5,4.5){\circle*{1}}\put(15.5,5.5){\circle*{1}}
  343.     \put(15.5,6.5){\circle*{1}}\put(15.5,15.5){\circle*{1}}
  344.     \put(15.5,20.5){\circle*{1}}\put(15.5,21.5){\circle*{1}}
  345.     \put(16.5,5.5){\circle*{1}}\put(16.5,6.5){\circle*{1}}
  346.     \put(16.5,7.5){\circle*{1}}\put(16.5,8.5){\circle*{1}}
  347.     \put(16.5,9.5){\circle*{1}}\put(16.5,10.5){\circle*{1}}
  348.     \put(16.5,11.5){\circle*{1}}\put(16.5,12.5){\circle*{1}}
  349.     \put(16.5,13.5){\circle*{1}}\put(16.5,14.5){\circle*{1}}
  350.     \put(17.5,7.5){\circle*{1}}\put(17.5,8.5){\circle*{1}}
  351.     \put(17.5,9.5){\circle*{1}}\put(17.5,10.5){\circle*{1}}
  352.     \put(17.5,11.5){\circle*{1}}\put(17.5,12.5){\circle*{1}}
  353.     \put(17.5,13.5){\circle*{1}}
  354.    \end{picture}}
  355.   \put(50,0){\usebox{\watashi}}
  356.   \put(80,0){%
  357.    \begin{picture}(28,26)(-2,-2)%Bitmap 356
  358.     \put(6.5,10.5){\circle*{1}}\put(6.5,11.5){\circle*{1}}
  359.     \put(6.5,12.5){\circle*{1}}\put(6.5,13.5){\circle*{1}}
  360.     \put(6.5,14.5){\circle*{1}}\put(6.5,15.5){\circle*{1}}
  361.     \put(6.5,16.5){\circle*{1}}\put(6.5,17.5){\circle*{1}}
  362.     \put(6.5,22.5){\circle*{1}}\put(6.5,23.5){\circle*{1}}
  363.     \put(7.5,9.5){\circle*{1}}\put(7.5,10.5){\circle*{1}}
  364.     \put(7.5,11.5){\circle*{1}}\put(7.5,12.5){\circle*{1}}
  365.     \put(7.5,13.5){\circle*{1}}\put(7.5,14.5){\circle*{1}}
  366.     \put(7.5,15.5){\circle*{1}}\put(7.5,16.5){\circle*{1}}
  367.     \put(7.5,17.5){\circle*{1}}\put(7.5,18.5){\circle*{1}}
  368.     \put(7.5,19.5){\circle*{1}}\put(7.5,20.5){\circle*{1}}
  369.     \put(7.5,21.5){\circle*{1}}\put(7.5,22.5){\circle*{1}}
  370.     \put(8.5,14.5){\circle*{1}}\put(8.5,15.5){\circle*{1}}
  371.     \put(9.5,16.5){\circle*{1}}\put(9.5,17.5){\circle*{1}}
  372.     \put(10.5,0.5){\circle*{1}}\put(10.5,18.5){\circle*{1}}
  373.     \put(10.5,19.5){\circle*{1}}\put(11.5,0.5){\circle*{1}}
  374.     \put(11.5,20.5){\circle*{1}}\put(12.5,1.5){\circle*{1}}
  375.     \put(12.5,21.5){\circle*{1}}\put(13.5,1.5){\circle*{1}}
  376.     \put(13.5,2.5){\circle*{1}}\put(13.5,21.5){\circle*{1}}
  377.     \put(14.5,2.5){\circle*{1}}\put(14.5,3.5){\circle*{1}}
  378.     \put(14.5,21.5){\circle*{1}}\put(15.5,3.5){\circle*{1}}
  379.     \put(15.5,4.5){\circle*{1}}\put(15.5,5.5){\circle*{1}}
  380.     \put(15.5,20.5){\circle*{1}}\put(15.5,21.5){\circle*{1}}
  381.     \put(16.5,4.5){\circle*{1}}\put(16.5,5.5){\circle*{1}}
  382.     \put(16.5,6.5){\circle*{1}}\put(16.5,7.5){\circle*{1}}
  383.     \put(16.5,8.5){\circle*{1}}\put(16.5,18.5){\circle*{1}}
  384.     \put(16.5,19.5){\circle*{1}}\put(16.5,20.5){\circle*{1}}
  385.     \put(17.5,6.5){\circle*{1}}\put(17.5,7.5){\circle*{1}}
  386.     \put(17.5,8.5){\circle*{1}}\put(17.5,9.5){\circle*{1}}
  387.     \put(17.5,10.5){\circle*{1}}\put(17.5,11.5){\circle*{1}}
  388.     \put(17.5,12.5){\circle*{1}}\put(17.5,13.5){\circle*{1}}
  389.     \put(17.5,14.5){\circle*{1}}\put(17.5,15.5){\circle*{1}}
  390.     \put(17.5,16.5){\circle*{1}}\put(17.5,17.5){\circle*{1}}
  391.     \put(17.5,18.5){\circle*{1}}\put(17.5,19.5){\circle*{1}}
  392.     \put(18.5,9.5){\circle*{1}}\put(18.5,10.5){\circle*{1}}
  393.     \put(18.5,11.5){\circle*{1}}\put(18.5,12.5){\circle*{1}}
  394.     \put(18.5,13.5){\circle*{1}}\put(18.5,14.5){\circle*{1}}
  395.     \put(18.5,15.5){\circle*{1}}\put(18.5,16.5){\circle*{1}}
  396.     \put(18.5,17.5){\circle*{1}}
  397.    \end{picture}}
  398.   \put(110,0){\usebox{\watashi}}
  399.   \put(140,0){%
  400.    \begin{picture}(28,26)(-2,-2)%Bitmap 2146
  401.     \put(1.5,0.5){\circle*{1}}\put(2.5,0.5){\circle*{1}}
  402.     \put(3.5,1.5){\circle*{1}}\put(4.5,2.5){\circle*{1}}
  403.     \put(4.5,3.5){\circle*{1}}\put(5.5,3.5){\circle*{1}}
  404.     \put(5.5,4.5){\circle*{1}}\put(5.5,5.5){\circle*{1}}
  405.     \put(5.5,6.5){\circle*{1}}\put(6.5,5.5){\circle*{1}}
  406.     \put(6.5,6.5){\circle*{1}}\put(6.5,7.5){\circle*{1}}
  407.     \put(6.5,8.5){\circle*{1}}\put(6.5,9.5){\circle*{1}}
  408.     \put(6.5,10.5){\circle*{1}}\put(6.5,11.5){\circle*{1}}
  409.     \put(6.5,12.5){\circle*{1}}\put(6.5,13.5){\circle*{1}}
  410.     \put(6.5,14.5){\circle*{1}}\put(6.5,15.5){\circle*{1}}
  411.     \put(6.5,16.5){\circle*{1}}\put(6.5,17.5){\circle*{1}}
  412.     \put(6.5,18.5){\circle*{1}}\put(6.5,19.5){\circle*{1}}
  413.     \put(6.5,20.5){\circle*{1}}\put(6.5,21.5){\circle*{1}}
  414.     \put(6.5,22.5){\circle*{1}}\put(6.5,23.5){\circle*{1}}
  415.     \put(7.5,7.5){\circle*{1}}\put(7.5,8.5){\circle*{1}}
  416.     \put(7.5,9.5){\circle*{1}}\put(7.5,10.5){\circle*{1}}
  417.     \put(7.5,11.5){\circle*{1}}\put(7.5,12.5){\circle*{1}}
  418.     \put(7.5,13.5){\circle*{1}}\put(7.5,14.5){\circle*{1}}
  419.     \put(7.5,15.5){\circle*{1}}\put(7.5,16.5){\circle*{1}}
  420.     \put(7.5,17.5){\circle*{1}}\put(7.5,18.5){\circle*{1}}
  421.     \put(7.5,19.5){\circle*{1}}\put(7.5,20.5){\circle*{1}}
  422.     \put(7.5,21.5){\circle*{1}}\put(7.5,22.5){\circle*{1}}
  423.     \put(8.5,10.5){\circle*{1}}\put(8.5,16.5){\circle*{1}}
  424.     \put(8.5,22.5){\circle*{1}}\put(9.5,10.5){\circle*{1}}
  425.     \put(9.5,16.5){\circle*{1}}\put(9.5,22.5){\circle*{1}}
  426.     \put(10.5,10.5){\circle*{1}}\put(10.5,16.5){\circle*{1}}
  427.     \put(10.5,22.5){\circle*{1}}\put(11.5,10.5){\circle*{1}}
  428.     \put(11.5,16.5){\circle*{1}}\put(11.5,22.5){\circle*{1}}
  429.     \put(12.5,10.5){\circle*{1}}\put(12.5,16.5){\circle*{1}}
  430.     \put(12.5,22.5){\circle*{1}}\put(13.5,10.5){\circle*{1}}
  431.     \put(13.5,16.5){\circle*{1}}\put(13.5,22.5){\circle*{1}}
  432.     \put(14.5,1.5){\circle*{1}}\put(14.5,10.5){\circle*{1}}
  433.     \put(14.5,16.5){\circle*{1}}\put(14.5,22.5){\circle*{1}}
  434.     \put(15.5,1.5){\circle*{1}}\put(15.5,10.5){\circle*{1}}
  435.     \put(15.5,16.5){\circle*{1}}\put(15.5,22.5){\circle*{1}}
  436.     \put(16.5,0.5){\circle*{1}}\put(16.5,1.5){\circle*{1}}
  437.     \put(16.5,10.5){\circle*{1}}\put(16.5,16.5){\circle*{1}}
  438.     \put(16.5,22.5){\circle*{1}}\put(17.5,0.5){\circle*{1}}
  439.     \put(17.5,1.5){\circle*{1}}\put(17.5,2.5){\circle*{1}}
  440.     \put(17.5,3.5){\circle*{1}}\put(17.5,4.5){\circle*{1}}
  441.     \put(17.5,5.5){\circle*{1}}\put(17.5,6.5){\circle*{1}}
  442.     \put(17.5,7.5){\circle*{1}}\put(17.5,8.5){\circle*{1}}
  443.     \put(17.5,9.5){\circle*{1}}\put(17.5,10.5){\circle*{1}}
  444.     \put(17.5,11.5){\circle*{1}}\put(17.5,12.5){\circle*{1}}
  445.     \put(17.5,13.5){\circle*{1}}\put(17.5,14.5){\circle*{1}}
  446.     \put(17.5,15.5){\circle*{1}}\put(17.5,16.5){\circle*{1}}
  447.     \put(17.5,17.5){\circle*{1}}\put(17.5,18.5){\circle*{1}}
  448.     \put(17.5,19.5){\circle*{1}}\put(17.5,20.5){\circle*{1}}
  449.     \put(17.5,21.5){\circle*{1}}\put(17.5,22.5){\circle*{1}}
  450.     \put(17.5,23.5){\circle*{1}}\put(18.5,1.5){\circle*{1}}
  451.     \put(18.5,2.5){\circle*{1}}\put(18.5,3.5){\circle*{1}}
  452.     \put(18.5,4.5){\circle*{1}}\put(18.5,5.5){\circle*{1}}
  453.     \put(18.5,6.5){\circle*{1}}\put(18.5,7.5){\circle*{1}}
  454.     \put(18.5,8.5){\circle*{1}}\put(18.5,9.5){\circle*{1}}
  455.     \put(18.5,10.5){\circle*{1}}\put(18.5,11.5){\circle*{1}}
  456.     \put(18.5,12.5){\circle*{1}}\put(18.5,13.5){\circle*{1}}
  457.     \put(18.5,14.5){\circle*{1}}\put(18.5,15.5){\circle*{1}}
  458.     \put(18.5,16.5){\circle*{1}}\put(18.5,17.5){\circle*{1}}
  459.     \put(18.5,18.5){\circle*{1}}\put(18.5,19.5){\circle*{1}}
  460.     \put(18.5,20.5){\circle*{1}}\put(18.5,21.5){\circle*{1}}
  461.     \put(18.5,22.5){\circle*{1}}\put(18.5,23.5){\circle*{1}}
  462.     \put(19.5,22.5){\circle*{1}}
  463.    \end{picture}}
  464.   \put(170,0){\usebox{\watashi}}
  465.   \put(200,0){%
  466.    \begin{picture}(28,26)(-2,-2)%Bitmap 2549
  467.     \put(4.5,0.5){\circle*{1}}\put(4.5,1.5){\circle*{1}}
  468.     \put(4.5,2.5){\circle*{1}}\put(4.5,3.5){\circle*{1}}
  469.     \put(4.5,4.5){\circle*{1}}\put(4.5,5.5){\circle*{1}}
  470.     \put(4.5,6.5){\circle*{1}}\put(4.5,7.5){\circle*{1}}
  471.     \put(4.5,8.5){\circle*{1}}\put(4.5,9.5){\circle*{1}}
  472.     \put(4.5,10.5){\circle*{1}}\put(4.5,11.5){\circle*{1}}
  473.     \put(4.5,12.5){\circle*{1}}\put(4.5,13.5){\circle*{1}}
  474.     \put(4.5,14.5){\circle*{1}}\put(4.5,15.5){\circle*{1}}
  475.     \put(4.5,16.5){\circle*{1}}\put(4.5,17.5){\circle*{1}}
  476.     \put(4.5,18.5){\circle*{1}}\put(4.5,19.5){\circle*{1}}
  477.     \put(4.5,20.5){\circle*{1}}\put(5.5,0.5){\circle*{1}}
  478.     \put(5.5,1.5){\circle*{1}}\put(5.5,2.5){\circle*{1}}
  479.     \put(5.5,3.5){\circle*{1}}\put(5.5,4.5){\circle*{1}}
  480.     \put(5.5,5.5){\circle*{1}}\put(5.5,6.5){\circle*{1}}
  481.     \put(5.5,7.5){\circle*{1}}\put(5.5,8.5){\circle*{1}}
  482.     \put(5.5,9.5){\circle*{1}}\put(5.5,10.5){\circle*{1}}
  483.     \put(5.5,11.5){\circle*{1}}\put(5.5,12.5){\circle*{1}}
  484.     \put(5.5,13.5){\circle*{1}}\put(5.5,14.5){\circle*{1}}
  485.     \put(5.5,15.5){\circle*{1}}\put(5.5,16.5){\circle*{1}}
  486.     \put(5.5,17.5){\circle*{1}}\put(5.5,18.5){\circle*{1}}
  487.     \put(5.5,19.5){\circle*{1}}\put(6.5,1.5){\circle*{1}}
  488.     \put(6.5,7.5){\circle*{1}}\put(6.5,13.5){\circle*{1}}
  489.     \put(6.5,19.5){\circle*{1}}\put(7.5,1.5){\circle*{1}}
  490.     \put(7.5,7.5){\circle*{1}}\put(7.5,13.5){\circle*{1}}
  491.     \put(7.5,19.5){\circle*{1}}\put(8.5,1.5){\circle*{1}}
  492.     \put(8.5,7.5){\circle*{1}}\put(8.5,13.5){\circle*{1}}
  493.     \put(8.5,19.5){\circle*{1}}\put(9.5,1.5){\circle*{1}}
  494.     \put(9.5,7.5){\circle*{1}}\put(9.5,13.5){\circle*{1}}
  495.     \put(9.5,19.5){\circle*{1}}\put(10.5,1.5){\circle*{1}}
  496.     \put(10.5,7.5){\circle*{1}}\put(10.5,13.5){\circle*{1}}
  497.     \put(10.5,19.5){\circle*{1}}\put(10.5,20.5){\circle*{1}}
  498.     \put(10.5,21.5){\circle*{1}}\put(10.5,22.5){\circle*{1}}
  499.     \put(10.5,23.5){\circle*{1}}\put(11.5,1.5){\circle*{1}}
  500.     \put(11.5,7.5){\circle*{1}}\put(11.5,13.5){\circle*{1}}
  501.     \put(11.5,19.5){\circle*{1}}\put(11.5,21.5){\circle*{1}}
  502.     \put(11.5,22.5){\circle*{1}}\put(12.5,1.5){\circle*{1}}
  503.     \put(12.5,7.5){\circle*{1}}\put(12.5,13.5){\circle*{1}}
  504.     \put(12.5,19.5){\circle*{1}}\put(12.5,22.5){\circle*{1}}
  505.     \put(13.5,1.5){\circle*{1}}\put(13.5,7.5){\circle*{1}}
  506.     \put(13.5,13.5){\circle*{1}}\put(13.5,19.5){\circle*{1}}
  507.     \put(14.5,1.5){\circle*{1}}\put(14.5,7.5){\circle*{1}}
  508.     \put(14.5,13.5){\circle*{1}}\put(14.5,19.5){\circle*{1}}
  509.     \put(15.5,1.5){\circle*{1}}\put(15.5,7.5){\circle*{1}}
  510.     \put(15.5,13.5){\circle*{1}}\put(15.5,19.5){\circle*{1}}
  511.     \put(16.5,1.5){\circle*{1}}\put(16.5,7.5){\circle*{1}}
  512.     \put(16.5,13.5){\circle*{1}}\put(16.5,19.5){\circle*{1}}
  513.     \put(17.5,1.5){\circle*{1}}\put(17.5,7.5){\circle*{1}}
  514.     \put(17.5,13.5){\circle*{1}}\put(17.5,19.5){\circle*{1}}
  515.     \put(18.5,0.5){\circle*{1}}\put(18.5,1.5){\circle*{1}}
  516.     \put(18.5,2.5){\circle*{1}}\put(18.5,3.5){\circle*{1}}
  517.     \put(18.5,4.5){\circle*{1}}\put(18.5,5.5){\circle*{1}}
  518.     \put(18.5,6.5){\circle*{1}}\put(18.5,7.5){\circle*{1}}
  519.     \put(18.5,8.5){\circle*{1}}\put(18.5,9.5){\circle*{1}}
  520.     \put(18.5,10.5){\circle*{1}}\put(18.5,11.5){\circle*{1}}
  521.     \put(18.5,12.5){\circle*{1}}\put(18.5,13.5){\circle*{1}}
  522.     \put(18.5,14.5){\circle*{1}}\put(18.5,15.5){\circle*{1}}
  523.     \put(18.5,16.5){\circle*{1}}\put(18.5,17.5){\circle*{1}}
  524.     \put(18.5,18.5){\circle*{1}}\put(18.5,19.5){\circle*{1}}
  525.     \put(18.5,20.5){\circle*{1}}\put(19.5,0.5){\circle*{1}}
  526.     \put(19.5,1.5){\circle*{1}}\put(19.5,2.5){\circle*{1}}
  527.     \put(19.5,3.5){\circle*{1}}\put(19.5,4.5){\circle*{1}}
  528.     \put(19.5,5.5){\circle*{1}}\put(19.5,6.5){\circle*{1}}
  529.     \put(19.5,7.5){\circle*{1}}\put(19.5,8.5){\circle*{1}}
  530.     \put(19.5,9.5){\circle*{1}}\put(19.5,10.5){\circle*{1}}
  531.     \put(19.5,11.5){\circle*{1}}\put(19.5,12.5){\circle*{1}}
  532.     \put(19.5,13.5){\circle*{1}}\put(19.5,14.5){\circle*{1}}
  533.     \put(19.5,15.5){\circle*{1}}\put(19.5,16.5){\circle*{1}}
  534.     \put(19.5,17.5){\circle*{1}}\put(19.5,18.5){\circle*{1}}
  535.     \put(19.5,19.5){\circle*{1}}\put(19.5,20.5){\circle*{1}}
  536.     \put(20.5,19.5){\circle*{1}}
  537.    \end{picture}}
  538.  \end{picture}
  539.  \hspace{1cm}
  540.  \begin{picture}(250,28)
  541.   \thinlines
  542.   \put(0,0){\line(1,0){250}}
  543.   \put(38,0){%
  544.    \begin{picture}(22,26)(-2,-2)%Bitmap 2988
  545.     \put(0.5,0.5){\circle*{1}}\put(0.5,1.5){\circle*{1}}
  546.     \put(0.5,2.5){\circle*{1}}\put(0.5,3.5){\circle*{1}}
  547.     \put(0.5,4.5){\circle*{1}}\put(0.5,5.5){\circle*{1}}
  548.     \put(0.5,6.5){\circle*{1}}\put(0.5,7.5){\circle*{1}}
  549.     \put(0.5,8.5){\circle*{1}}\put(0.5,9.5){\circle*{1}}
  550.     \put(0.5,10.5){\circle*{1}}\put(0.5,11.5){\circle*{1}}
  551.     \put(1.5,0.5){\circle*{1}}\put(1.5,1.5){\circle*{1}}
  552.     \put(1.5,2.5){\circle*{1}}\put(1.5,3.5){\circle*{1}}
  553.     \put(1.5,4.5){\circle*{1}}\put(1.5,5.5){\circle*{1}}
  554.     \put(1.5,6.5){\circle*{1}}\put(1.5,7.5){\circle*{1}}
  555.     \put(1.5,8.5){\circle*{1}}\put(1.5,9.5){\circle*{1}}
  556.     \put(1.5,10.5){\circle*{1}}\put(2.5,2.5){\circle*{1}}
  557.     \put(2.5,10.5){\circle*{1}}\put(3.5,2.5){\circle*{1}}
  558.     \put(3.5,10.5){\circle*{1}}\put(4.5,2.5){\circle*{1}}
  559.     \put(4.5,10.5){\circle*{1}}\put(5.5,2.5){\circle*{1}}
  560.     \put(5.5,10.5){\circle*{1}}\put(6.5,2.5){\circle*{1}}
  561.     \put(6.5,10.5){\circle*{1}}\put(7.5,2.5){\circle*{1}}
  562.     \put(7.5,10.5){\circle*{1}}\put(7.5,11.5){\circle*{1}}
  563.     \put(7.5,12.5){\circle*{1}}\put(7.5,13.5){\circle*{1}}
  564.     \put(7.5,14.5){\circle*{1}}\put(7.5,15.5){\circle*{1}}
  565.     \put(7.5,16.5){\circle*{1}}\put(7.5,17.5){\circle*{1}}
  566.     \put(7.5,18.5){\circle*{1}}\put(7.5,19.5){\circle*{1}}
  567.     \put(7.5,20.5){\circle*{1}}\put(7.5,21.5){\circle*{1}}
  568.     \put(7.5,22.5){\circle*{1}}\put(7.5,23.5){\circle*{1}}
  569.     \put(8.5,2.5){\circle*{1}}\put(8.5,10.5){\circle*{1}}
  570.     \put(8.5,11.5){\circle*{1}}\put(8.5,12.5){\circle*{1}}
  571.     \put(8.5,13.5){\circle*{1}}\put(8.5,14.5){\circle*{1}}
  572.     \put(8.5,15.5){\circle*{1}}\put(8.5,16.5){\circle*{1}}
  573.     \put(8.5,17.5){\circle*{1}}\put(8.5,18.5){\circle*{1}}
  574.     \put(8.5,19.5){\circle*{1}}\put(8.5,20.5){\circle*{1}}
  575.     \put(8.5,21.5){\circle*{1}}\put(8.5,22.5){\circle*{1}}
  576.     \put(8.5,23.5){\circle*{1}}\put(9.5,2.5){\circle*{1}}
  577.     \put(9.5,10.5){\circle*{1}}\put(9.5,17.5){\circle*{1}}
  578.     \put(9.5,23.5){\circle*{1}}\put(10.5,2.5){\circle*{1}}
  579.     \put(10.5,10.5){\circle*{1}}\put(10.5,17.5){\circle*{1}}
  580.     \put(11.5,2.5){\circle*{1}}\put(11.5,10.5){\circle*{1}}
  581.     \put(11.5,17.5){\circle*{1}}\put(12.5,2.5){\circle*{1}}
  582.     \put(12.5,10.5){\circle*{1}}\put(12.5,17.5){\circle*{1}}
  583.     \put(13.5,2.5){\circle*{1}}\put(13.5,10.5){\circle*{1}}
  584.     \put(13.5,17.5){\circle*{1}}\put(14.5,0.5){\circle*{1}}
  585.     \put(14.5,1.5){\circle*{1}}\put(14.5,2.5){\circle*{1}}
  586.     \put(14.5,3.5){\circle*{1}}\put(14.5,4.5){\circle*{1}}
  587.     \put(14.5,5.5){\circle*{1}}\put(14.5,6.5){\circle*{1}}
  588.     \put(14.5,7.5){\circle*{1}}\put(14.5,8.5){\circle*{1}}
  589.     \put(14.5,9.5){\circle*{1}}\put(14.5,10.5){\circle*{1}}
  590.     \put(14.5,11.5){\circle*{1}}\put(14.5,17.5){\circle*{1}}
  591.     \put(15.5,0.5){\circle*{1}}\put(15.5,1.5){\circle*{1}}
  592.     \put(15.5,2.5){\circle*{1}}\put(15.5,3.5){\circle*{1}}
  593.     \put(15.5,4.5){\circle*{1}}\put(15.5,5.5){\circle*{1}}
  594.     \put(15.5,6.5){\circle*{1}}\put(15.5,7.5){\circle*{1}}
  595.     \put(15.5,8.5){\circle*{1}}\put(15.5,9.5){\circle*{1}}
  596.     \put(15.5,10.5){\circle*{1}}\put(15.5,11.5){\circle*{1}}
  597.     \put(15.5,17.5){\circle*{1}}\put(15.5,18.5){\circle*{1}}
  598.     \put(16.5,10.5){\circle*{1}}\put(16.5,17.5){\circle*{1}}
  599.     \put(16.5,18.5){\circle*{1}}\put(17.5,17.5){\circle*{1}}
  600.    \end{picture}}
  601.   \put(62,0){\usebox{\watashi}}
  602.   \put(92,0){%
  603.    \begin{picture}(21,26)(-2,-2)%Bitmap 3570
  604.     \put(0.5,0.5){\circle*{1}}\put(0.5,1.5){\circle*{1}}
  605.     \put(0.5,2.5){\circle*{1}}\put(0.5,3.5){\circle*{1}}
  606.     \put(0.5,4.5){\circle*{1}}\put(0.5,5.5){\circle*{1}}
  607.     \put(0.5,6.5){\circle*{1}}\put(0.5,7.5){\circle*{1}}
  608.     \put(0.5,8.5){\circle*{1}}\put(0.5,9.5){\circle*{1}}
  609.     \put(0.5,10.5){\circle*{1}}\put(0.5,11.5){\circle*{1}}
  610.     \put(0.5,12.5){\circle*{1}}\put(0.5,13.5){\circle*{1}}
  611.     \put(0.5,14.5){\circle*{1}}\put(0.5,15.5){\circle*{1}}
  612.     \put(0.5,16.5){\circle*{1}}\put(0.5,17.5){\circle*{1}}
  613.     \put(0.5,18.5){\circle*{1}}\put(0.5,19.5){\circle*{1}}
  614.     \put(0.5,20.5){\circle*{1}}\put(0.5,21.5){\circle*{1}}
  615.     \put(0.5,22.5){\circle*{1}}\put(1.5,0.5){\circle*{1}}
  616.     \put(1.5,1.5){\circle*{1}}\put(1.5,2.5){\circle*{1}}
  617.     \put(1.5,3.5){\circle*{1}}\put(1.5,4.5){\circle*{1}}
  618.     \put(1.5,5.5){\circle*{1}}\put(1.5,6.5){\circle*{1}}
  619.     \put(1.5,7.5){\circle*{1}}\put(1.5,8.5){\circle*{1}}
  620.     \put(1.5,9.5){\circle*{1}}\put(1.5,10.5){\circle*{1}}
  621.     \put(1.5,11.5){\circle*{1}}\put(1.5,12.5){\circle*{1}}
  622.     \put(1.5,13.5){\circle*{1}}\put(1.5,14.5){\circle*{1}}
  623.     \put(1.5,15.5){\circle*{1}}\put(1.5,16.5){\circle*{1}}
  624.     \put(1.5,17.5){\circle*{1}}\put(1.5,18.5){\circle*{1}}
  625.     \put(1.5,19.5){\circle*{1}}\put(1.5,20.5){\circle*{1}}
  626.     \put(1.5,21.5){\circle*{1}}\put(2.5,2.5){\circle*{1}}
  627.     \put(2.5,12.5){\circle*{1}}\put(2.5,21.5){\circle*{1}}
  628.     \put(3.5,2.5){\circle*{1}}\put(3.5,12.5){\circle*{1}}
  629.     \put(3.5,21.5){\circle*{1}}\put(4.5,2.5){\circle*{1}}
  630.     \put(4.5,12.5){\circle*{1}}\put(4.5,21.5){\circle*{1}}
  631.     \put(5.5,2.5){\circle*{1}}\put(5.5,12.5){\circle*{1}}
  632.     \put(5.5,21.5){\circle*{1}}\put(6.5,2.5){\circle*{1}}
  633.     \put(6.5,12.5){\circle*{1}}\put(6.5,21.5){\circle*{1}}
  634.     \put(7.5,2.5){\circle*{1}}\put(7.5,12.5){\circle*{1}}
  635.     \put(7.5,21.5){\circle*{1}}\put(8.5,2.5){\circle*{1}}
  636.     \put(8.5,12.5){\circle*{1}}\put(8.5,21.5){\circle*{1}}
  637.     \put(9.5,2.5){\circle*{1}}\put(9.5,12.5){\circle*{1}}
  638.     \put(9.5,21.5){\circle*{1}}\put(10.5,2.5){\circle*{1}}
  639.     \put(10.5,12.5){\circle*{1}}\put(10.5,21.5){\circle*{1}}
  640.     \put(11.5,2.5){\circle*{1}}\put(11.5,12.5){\circle*{1}}
  641.     \put(11.5,21.5){\circle*{1}}\put(12.5,2.5){\circle*{1}}
  642.     \put(12.5,12.5){\circle*{1}}\put(12.5,21.5){\circle*{1}}
  643.     \put(13.5,2.5){\circle*{1}}\put(13.5,12.5){\circle*{1}}
  644.     \put(13.5,21.5){\circle*{1}}\put(14.5,0.5){\circle*{1}}
  645.     \put(14.5,1.5){\circle*{1}}\put(14.5,2.5){\circle*{1}}
  646.     \put(14.5,3.5){\circle*{1}}\put(14.5,4.5){\circle*{1}}
  647.     \put(14.5,5.5){\circle*{1}}\put(14.5,6.5){\circle*{1}}
  648.     \put(14.5,7.5){\circle*{1}}\put(14.5,8.5){\circle*{1}}
  649.     \put(14.5,9.5){\circle*{1}}\put(14.5,10.5){\circle*{1}}
  650.     \put(14.5,11.5){\circle*{1}}\put(14.5,12.5){\circle*{1}}
  651.     \put(14.5,13.5){\circle*{1}}\put(14.5,14.5){\circle*{1}}
  652.     \put(14.5,15.5){\circle*{1}}\put(14.5,16.5){\circle*{1}}
  653.     \put(14.5,17.5){\circle*{1}}\put(14.5,18.5){\circle*{1}}
  654.     \put(14.5,19.5){\circle*{1}}\put(14.5,20.5){\circle*{1}}
  655.     \put(14.5,21.5){\circle*{1}}\put(14.5,22.5){\circle*{1}}
  656.     \put(15.5,0.5){\circle*{1}}\put(15.5,1.5){\circle*{1}}
  657.     \put(15.5,2.5){\circle*{1}}\put(15.5,3.5){\circle*{1}}
  658.     \put(15.5,4.5){\circle*{1}}\put(15.5,5.5){\circle*{1}}
  659.     \put(15.5,6.5){\circle*{1}}\put(15.5,7.5){\circle*{1}}
  660.     \put(15.5,8.5){\circle*{1}}\put(15.5,9.5){\circle*{1}}
  661.     \put(15.5,10.5){\circle*{1}}\put(15.5,11.5){\circle*{1}}
  662.     \put(15.5,12.5){\circle*{1}}\put(15.5,13.5){\circle*{1}}
  663.     \put(15.5,14.5){\circle*{1}}\put(15.5,15.5){\circle*{1}}
  664.     \put(15.5,16.5){\circle*{1}}\put(15.5,17.5){\circle*{1}}
  665.     \put(15.5,18.5){\circle*{1}}\put(15.5,19.5){\circle*{1}}
  666.     \put(15.5,20.5){\circle*{1}}\put(15.5,21.5){\circle*{1}}
  667.     \put(15.5,22.5){\circle*{1}}\put(16.5,21.5){\circle*{1}}
  668.    \end{picture}}
  669.   \put(115,0){\usebox{\watashi}}
  670.   \put(145,0){%
  671.    \begin{picture}(16,26)(-2,-2)%Bitmap 3994
  672.     \put(0.5,0.5){\circle*{1}}\put(0.5,1.5){\circle*{1}}
  673.     \put(0.5,2.5){\circle*{1}}\put(0.5,3.5){\circle*{1}}
  674.     \put(0.5,4.5){\circle*{1}}\put(0.5,5.5){\circle*{1}}
  675.     \put(0.5,6.5){\circle*{1}}\put(0.5,7.5){\circle*{1}}
  676.     \put(0.5,8.5){\circle*{1}}\put(0.5,9.5){\circle*{1}}
  677.     \put(0.5,10.5){\circle*{1}}\put(0.5,11.5){\circle*{1}}
  678.     \put(0.5,12.5){\circle*{1}}\put(0.5,13.5){\circle*{1}}
  679.     \put(0.5,14.5){\circle*{1}}\put(0.5,15.5){\circle*{1}}
  680.     \put(0.5,16.5){\circle*{1}}\put(0.5,17.5){\circle*{1}}
  681.     \put(0.5,18.5){\circle*{1}}\put(0.5,19.5){\circle*{1}}
  682.     \put(0.5,20.5){\circle*{1}}\put(0.5,21.5){\circle*{1}}
  683.     \put(0.5,22.5){\circle*{1}}\put(0.5,23.5){\circle*{1}}
  684.     \put(1.5,0.5){\circle*{1}}\put(1.5,1.5){\circle*{1}}
  685.     \put(1.5,2.5){\circle*{1}}\put(1.5,3.5){\circle*{1}}
  686.     \put(1.5,4.5){\circle*{1}}\put(1.5,5.5){\circle*{1}}
  687.     \put(1.5,6.5){\circle*{1}}\put(1.5,7.5){\circle*{1}}
  688.     \put(1.5,8.5){\circle*{1}}\put(1.5,9.5){\circle*{1}}
  689.     \put(1.5,10.5){\circle*{1}}\put(1.5,11.5){\circle*{1}}
  690.     \put(1.5,12.5){\circle*{1}}\put(1.5,13.5){\circle*{1}}
  691.     \put(1.5,14.5){\circle*{1}}\put(1.5,15.5){\circle*{1}}
  692.     \put(1.5,16.5){\circle*{1}}\put(1.5,17.5){\circle*{1}}
  693.     \put(1.5,18.5){\circle*{1}}\put(1.5,19.5){\circle*{1}}
  694.     \put(1.5,20.5){\circle*{1}}\put(1.5,21.5){\circle*{1}}
  695.     \put(1.5,22.5){\circle*{1}}\put(1.5,23.5){\circle*{1}}
  696.     \put(2.5,15.5){\circle*{1}}\put(2.5,23.5){\circle*{1}}
  697.     \put(3.5,15.5){\circle*{1}}\put(4.5,14.5){\circle*{1}}
  698.     \put(5.5,14.5){\circle*{1}}\put(6.5,13.5){\circle*{1}}
  699.     \put(7.5,12.5){\circle*{1}}\put(7.5,13.5){\circle*{1}}
  700.     \put(8.5,11.5){\circle*{1}}\put(8.5,12.5){\circle*{1}}
  701.     \put(9.5,10.5){\circle*{1}}\put(9.5,11.5){\circle*{1}}
  702.     \put(9.5,12.5){\circle*{1}}\put(10.5,9.5){\circle*{1}}
  703.     \put(10.5,10.5){\circle*{1}}\put(10.5,11.5){\circle*{1}}
  704.     \put(11.5,9.5){\circle*{1}}\put(11.5,10.5){\circle*{1}}
  705.    \end{picture}}
  706.   \put(163,0){\usebox{\watashi}}
  707.   \put(193,0){%
  708.    \begin{picture}(17,26)(-2,-2)%Bitmap 4645
  709.     \put(0.5,0.5){\circle*{1}}\put(0.5,1.5){\circle*{1}}
  710.     \put(0.5,2.5){\circle*{1}}\put(0.5,3.5){\circle*{1}}
  711.     \put(0.5,4.5){\circle*{1}}\put(0.5,5.5){\circle*{1}}
  712.     \put(0.5,6.5){\circle*{1}}\put(0.5,7.5){\circle*{1}}
  713.     \put(0.5,8.5){\circle*{1}}\put(0.5,9.5){\circle*{1}}
  714.     \put(0.5,10.5){\circle*{1}}\put(0.5,11.5){\circle*{1}}
  715.     \put(0.5,12.5){\circle*{1}}\put(0.5,13.5){\circle*{1}}
  716.     \put(0.5,14.5){\circle*{1}}\put(0.5,15.5){\circle*{1}}
  717.     \put(0.5,16.5){\circle*{1}}\put(0.5,17.5){\circle*{1}}
  718.     \put(0.5,18.5){\circle*{1}}\put(0.5,19.5){\circle*{1}}
  719.     \put(0.5,20.5){\circle*{1}}\put(0.5,21.5){\circle*{1}}
  720.     \put(0.5,22.5){\circle*{1}}\put(1.5,0.5){\circle*{1}}
  721.     \put(1.5,1.5){\circle*{1}}\put(1.5,2.5){\circle*{1}}
  722.     \put(1.5,3.5){\circle*{1}}\put(1.5,4.5){\circle*{1}}
  723.     \put(1.5,5.5){\circle*{1}}\put(1.5,6.5){\circle*{1}}
  724.     \put(1.5,7.5){\circle*{1}}\put(1.5,8.5){\circle*{1}}
  725.     \put(1.5,9.5){\circle*{1}}\put(1.5,10.5){\circle*{1}}
  726.     \put(1.5,11.5){\circle*{1}}\put(1.5,12.5){\circle*{1}}
  727.     \put(1.5,13.5){\circle*{1}}\put(1.5,14.5){\circle*{1}}
  728.     \put(1.5,15.5){\circle*{1}}\put(1.5,16.5){\circle*{1}}
  729.     \put(1.5,17.5){\circle*{1}}\put(1.5,18.5){\circle*{1}}
  730.     \put(1.5,19.5){\circle*{1}}\put(1.5,20.5){\circle*{1}}
  731.     \put(1.5,21.5){\circle*{1}}\put(2.5,21.5){\circle*{1}}
  732.     \put(3.5,21.5){\circle*{1}}\put(4.5,21.5){\circle*{1}}
  733.     \put(5.5,21.5){\circle*{1}}\put(6.5,7.5){\circle*{1}}
  734.     \put(6.5,21.5){\circle*{1}}\put(7.5,7.5){\circle*{1}}
  735.     \put(7.5,21.5){\circle*{1}}\put(8.5,6.5){\circle*{1}}
  736.     \put(8.5,7.5){\circle*{1}}\put(8.5,21.5){\circle*{1}}
  737.     \put(9.5,6.5){\circle*{1}}\put(9.5,7.5){\circle*{1}}
  738.     \put(9.5,21.5){\circle*{1}}\put(10.5,6.5){\circle*{1}}
  739.     \put(10.5,7.5){\circle*{1}}\put(10.5,8.5){\circle*{1}}
  740.     \put(10.5,9.5){\circle*{1}}\put(10.5,10.5){\circle*{1}}
  741.     \put(10.5,11.5){\circle*{1}}\put(10.5,12.5){\circle*{1}}
  742.     \put(10.5,13.5){\circle*{1}}\put(10.5,14.5){\circle*{1}}
  743.     \put(10.5,15.5){\circle*{1}}\put(10.5,16.5){\circle*{1}}
  744.     \put(10.5,17.5){\circle*{1}}\put(10.5,18.5){\circle*{1}}
  745.     \put(10.5,19.5){\circle*{1}}\put(10.5,20.5){\circle*{1}}
  746.     \put(10.5,21.5){\circle*{1}}\put(10.5,22.5){\circle*{1}}
  747.     \put(11.5,7.5){\circle*{1}}\put(11.5,8.5){\circle*{1}}
  748.     \put(11.5,9.5){\circle*{1}}\put(11.5,10.5){\circle*{1}}
  749.     \put(11.5,11.5){\circle*{1}}\put(11.5,12.5){\circle*{1}}
  750.     \put(11.5,13.5){\circle*{1}}\put(11.5,14.5){\circle*{1}}
  751.     \put(11.5,15.5){\circle*{1}}\put(11.5,16.5){\circle*{1}}
  752.     \put(11.5,17.5){\circle*{1}}\put(11.5,18.5){\circle*{1}}
  753.     \put(11.5,19.5){\circle*{1}}\put(11.5,20.5){\circle*{1}}
  754.     \put(11.5,21.5){\circle*{1}}\put(11.5,22.5){\circle*{1}}
  755.     \put(12.5,21.5){\circle*{1}}
  756.    \end{picture}}
  757.  \end{picture}
  758.  \sbox{\watashi}{}
  759. \end{center}
  760. The japanese characters on the left have a fixed width. The characters on the 
  761. right have a minimized width, just like ordinary english characters. 
  762. Personally, I find that minimized width is desirable when writing japanese 
  763. horizontally. Also note that although this is not visible in these two 
  764. examples, the japanese characters are as short as possible while respecting the 
  765. vertical relationship with their horizontal baseline. 
  766. Let us now consider vertical roman writing. If one was to simply reverse the 
  767. previous argument regarding roman characters and their horizontal baseline, one 
  768. would conclude that it is important to minimize the height of each roman 
  769. character. However, the width of each character would be unimportant. It is the 
  770. horizontal relationship between the roman character and the vertical baseline 
  771. that would appear crucial. 
  772. That reasoning could be correct if there was such a thing as vertical roman 
  773. writing, but it fails in the japanese case for two good reasons. First of all, 
  774. there is no vertical baseline available in \MFT. That implies that the concept 
  775. of an horizontal relationship between a japanese character and its vertical 
  776. baseline is undefined. The next best thing available to us is to use fixed 
  777. width japanese characters. In such a case, the sought horizontal relationship 
  778. is implied in the bitmap itself. 
  779. Secondly, some japanese characters can be constructed by piling up other 
  780. characters on top of one another. For example, consider the characters two, 
  781. one, and three: 
  782. \begin{center}
  783.  \setlength{\unitlength}{0.4pt}
  784.  \begin{picture}(30,94)(0,-10)
  785.   \thinlines
  786.   \put(0,-10){\line(0,1){104}}
  787.   \put(0,56){%
  788.     \begin{picture}(28,26)(-2,-2)%Bitmap 3561 ni
  789.      \put(0.5,2.5){\circle*{1}}\put(1.5,2.5){\circle*{1}}
  790.      \put(2.5,2.5){\circle*{1}}\put(3.5,2.5){\circle*{1}}
  791.      \put(3.5,20.5){\circle*{1}}\put(4.5,2.5){\circle*{1}}
  792.      \put(4.5,20.5){\circle*{1}}\put(5.5,2.5){\circle*{1}}
  793.      \put(5.5,20.5){\circle*{1}}\put(6.5,2.5){\circle*{1}}
  794.      \put(6.5,20.5){\circle*{1}}\put(7.5,2.5){\circle*{1}}
  795.      \put(7.5,20.5){\circle*{1}}\put(8.5,2.5){\circle*{1}}
  796.      \put(8.5,20.5){\circle*{1}}\put(9.5,2.5){\circle*{1}}
  797.      \put(9.5,20.5){\circle*{1}}\put(10.5,2.5){\circle*{1}}
  798.      \put(10.5,20.5){\circle*{1}}\put(11.5,2.5){\circle*{1}}
  799.      \put(11.5,20.5){\circle*{1}}\put(12.5,2.5){\circle*{1}}
  800.      \put(12.5,20.5){\circle*{1}}\put(13.5,2.5){\circle*{1}}
  801.      \put(13.5,20.5){\circle*{1}}\put(14.5,2.5){\circle*{1}}
  802.      \put(14.5,20.5){\circle*{1}}\put(15.5,2.5){\circle*{1}}
  803.      \put(15.5,20.5){\circle*{1}}\put(16.5,2.5){\circle*{1}}
  804.      \put(16.5,20.5){\circle*{1}}\put(17.5,2.5){\circle*{1}}
  805.      \put(17.5,20.5){\circle*{1}}\put(18.5,2.5){\circle*{1}}
  806.      \put(18.5,20.5){\circle*{1}}\put(18.5,21.5){\circle*{1}}
  807.      \put(19.5,2.5){\circle*{1}}\put(19.5,20.5){\circle*{1}}
  808.      \put(19.5,21.5){\circle*{1}}\put(20.5,2.5){\circle*{1}}
  809.      \put(20.5,20.5){\circle*{1}}\put(21.5,2.5){\circle*{1}}
  810.      \put(21.5,3.5){\circle*{1}}\put(22.5,2.5){\circle*{1}}
  811.      \put(22.5,3.5){\circle*{1}}\put(23.5,2.5){\circle*{1}}
  812.     \end{picture}}
  813.   \put(0,28){%
  814.     \begin{picture}(28,26)(-2,-2)%Bitmap 1486 ichi
  815.      \put(0.5,12.5){\circle*{1}}\put(1.5,12.5){\circle*{1}}
  816.      \put(2.5,12.5){\circle*{1}}\put(3.5,12.5){\circle*{1}}
  817.      \put(4.5,12.5){\circle*{1}}\put(5.5,12.5){\circle*{1}}
  818.      \put(6.5,12.5){\circle*{1}}\put(7.5,12.5){\circle*{1}}
  819.      \put(8.5,12.5){\circle*{1}}\put(9.5,12.5){\circle*{1}}
  820.      \put(10.5,12.5){\circle*{1}}\put(11.5,12.5){\circle*{1}}
  821.      \put(12.5,12.5){\circle*{1}}\put(13.5,12.5){\circle*{1}}
  822.      \put(14.5,12.5){\circle*{1}}\put(15.5,12.5){\circle*{1}}
  823.      \put(16.5,12.5){\circle*{1}}\put(17.5,12.5){\circle*{1}}
  824.      \put(18.5,12.5){\circle*{1}}\put(19.5,12.5){\circle*{1}}
  825.      \put(20.5,12.5){\circle*{1}}\put(20.5,13.5){\circle*{1}}
  826.      \put(21.5,12.5){\circle*{1}}\put(21.5,13.5){\circle*{1}}
  827.      \put(21.5,14.5){\circle*{1}}\put(22.5,12.5){\circle*{1}}
  828.      \put(22.5,13.5){\circle*{1}}\put(23.5,12.5){\circle*{1}}
  829.     \end{picture}}
  830.   \put(0,0){%
  831.     \begin{picture}(28,26)(-2,-2)%Bitmap 2460 san
  832.      \put(0.5,2.5){\circle*{1}}\put(1.5,2.5){\circle*{1}}
  833.      \put(2.5,2.5){\circle*{1}}\put(2.5,21.5){\circle*{1}}
  834.      \put(3.5,2.5){\circle*{1}}\put(3.5,21.5){\circle*{1}}
  835.      \put(4.5,2.5){\circle*{1}}\put(4.5,12.5){\circle*{1}}
  836.      \put(4.5,21.5){\circle*{1}}\put(5.5,2.5){\circle*{1}}
  837.      \put(5.5,12.5){\circle*{1}}\put(5.5,21.5){\circle*{1}}
  838.      \put(6.5,2.5){\circle*{1}}\put(6.5,12.5){\circle*{1}}
  839.      \put(6.5,21.5){\circle*{1}}\put(7.5,2.5){\circle*{1}}
  840.      \put(7.5,12.5){\circle*{1}}\put(7.5,21.5){\circle*{1}}
  841.      \put(8.5,2.5){\circle*{1}}\put(8.5,12.5){\circle*{1}}
  842.      \put(8.5,21.5){\circle*{1}}\put(9.5,2.5){\circle*{1}}
  843.      \put(9.5,12.5){\circle*{1}}\put(9.5,21.5){\circle*{1}}
  844.      \put(10.5,2.5){\circle*{1}}\put(10.5,12.5){\circle*{1}}
  845.      \put(10.5,21.5){\circle*{1}}\put(11.5,2.5){\circle*{1}}
  846.      \put(11.5,12.5){\circle*{1}}\put(11.5,21.5){\circle*{1}}
  847.      \put(12.5,2.5){\circle*{1}}\put(12.5,12.5){\circle*{1}}
  848.      \put(12.5,21.5){\circle*{1}}\put(13.5,2.5){\circle*{1}}
  849.      \put(13.5,12.5){\circle*{1}}\put(13.5,21.5){\circle*{1}}
  850.      \put(14.5,2.5){\circle*{1}}\put(14.5,12.5){\circle*{1}}
  851.      \put(14.5,21.5){\circle*{1}}\put(15.5,2.5){\circle*{1}}
  852.      \put(15.5,12.5){\circle*{1}}\put(15.5,21.5){\circle*{1}}
  853.      \put(16.5,2.5){\circle*{1}}\put(16.5,12.5){\circle*{1}}
  854.      \put(16.5,21.5){\circle*{1}}\put(17.5,2.5){\circle*{1}}
  855.      \put(17.5,12.5){\circle*{1}}\put(17.5,13.5){\circle*{1}}
  856.      \put(17.5,21.5){\circle*{1}}\put(18.5,2.5){\circle*{1}}
  857.      \put(18.5,12.5){\circle*{1}}\put(18.5,13.5){\circle*{1}}
  858.      \put(18.5,21.5){\circle*{1}}\put(19.5,2.5){\circle*{1}}
  859.      \put(19.5,12.5){\circle*{1}}\put(19.5,21.5){\circle*{1}}
  860.      \put(19.5,22.5){\circle*{1}}\put(20.5,2.5){\circle*{1}}
  861.      \put(20.5,21.5){\circle*{1}}\put(20.5,22.5){\circle*{1}}
  862.      \put(21.5,2.5){\circle*{1}}\put(21.5,3.5){\circle*{1}}
  863.      \put(21.5,21.5){\circle*{1}}\put(22.5,2.5){\circle*{1}}
  864.      \put(22.5,3.5){\circle*{1}}\put(23.5,2.5){\circle*{1}}
  865.     \end{picture}}
  866.  \end{picture}
  867.  \hspace{1cm}
  868.  \begin{picture}(30,94)(0,-10)
  869.   \thinlines
  870.   \put(0,-10){\line(0,1){104}}
  871.   \put(0,45.5){%
  872.     \begin{picture}(28,23)(-2,0)%Bitmap 3561 ni
  873.      \put(0.5,2.5){\circle*{1}}\put(1.5,2.5){\circle*{1}}
  874.      \put(2.5,2.5){\circle*{1}}\put(3.5,2.5){\circle*{1}}
  875.      \put(3.5,20.5){\circle*{1}}\put(4.5,2.5){\circle*{1}}
  876.      \put(4.5,20.5){\circle*{1}}\put(5.5,2.5){\circle*{1}}
  877.      \put(5.5,20.5){\circle*{1}}\put(6.5,2.5){\circle*{1}}
  878.      \put(6.5,20.5){\circle*{1}}\put(7.5,2.5){\circle*{1}}
  879.      \put(7.5,20.5){\circle*{1}}\put(8.5,2.5){\circle*{1}}
  880.      \put(8.5,20.5){\circle*{1}}\put(9.5,2.5){\circle*{1}}
  881.      \put(9.5,20.5){\circle*{1}}\put(10.5,2.5){\circle*{1}}
  882.      \put(10.5,20.5){\circle*{1}}\put(11.5,2.5){\circle*{1}}
  883.      \put(11.5,20.5){\circle*{1}}\put(12.5,2.5){\circle*{1}}
  884.      \put(12.5,20.5){\circle*{1}}\put(13.5,2.5){\circle*{1}}
  885.      \put(13.5,20.5){\circle*{1}}\put(14.5,2.5){\circle*{1}}
  886.      \put(14.5,20.5){\circle*{1}}\put(15.5,2.5){\circle*{1}}
  887.      \put(15.5,20.5){\circle*{1}}\put(16.5,2.5){\circle*{1}}
  888.      \put(16.5,20.5){\circle*{1}}\put(17.5,2.5){\circle*{1}}
  889.      \put(17.5,20.5){\circle*{1}}\put(18.5,2.5){\circle*{1}}
  890.      \put(18.5,20.5){\circle*{1}}\put(18.5,21.5){\circle*{1}}
  891.      \put(19.5,2.5){\circle*{1}}\put(19.5,20.5){\circle*{1}}
  892.      \put(19.5,21.5){\circle*{1}}\put(20.5,2.5){\circle*{1}}
  893.      \put(20.5,20.5){\circle*{1}}\put(21.5,2.5){\circle*{1}}
  894.      \put(21.5,3.5){\circle*{1}}\put(22.5,2.5){\circle*{1}}
  895.      \put(22.5,3.5){\circle*{1}}\put(23.5,2.5){\circle*{1}}
  896.     \end{picture}}
  897.   \put(0,39.5){%
  898.     \begin{picture}(28,16)(-2,10)%Bitmap 1486 ichi
  899.      \put(0.5,12.5){\circle*{1}}\put(1.5,12.5){\circle*{1}}
  900.      \put(2.5,12.5){\circle*{1}}\put(3.5,12.5){\circle*{1}}
  901.      \put(4.5,12.5){\circle*{1}}\put(5.5,12.5){\circle*{1}}
  902.      \put(6.5,12.5){\circle*{1}}\put(7.5,12.5){\circle*{1}}
  903.      \put(8.5,12.5){\circle*{1}}\put(9.5,12.5){\circle*{1}}
  904.      \put(10.5,12.5){\circle*{1}}\put(11.5,12.5){\circle*{1}}
  905.      \put(12.5,12.5){\circle*{1}}\put(13.5,12.5){\circle*{1}}
  906.      \put(14.5,12.5){\circle*{1}}\put(15.5,12.5){\circle*{1}}
  907.      \put(16.5,12.5){\circle*{1}}\put(17.5,12.5){\circle*{1}}
  908.      \put(18.5,12.5){\circle*{1}}\put(19.5,12.5){\circle*{1}}
  909.      \put(20.5,12.5){\circle*{1}}\put(20.5,13.5){\circle*{1}}
  910.      \put(21.5,12.5){\circle*{1}}\put(21.5,13.5){\circle*{1}}
  911.      \put(21.5,14.5){\circle*{1}}\put(22.5,12.5){\circle*{1}}
  912.      \put(22.5,13.5){\circle*{1}}\put(23.5,12.5){\circle*{1}}
  913.     \end{picture}}
  914.   \put(0,15.5){%
  915.     \begin{picture}(28,24)(-2,0)%Bitmap 2460 san
  916.      \put(0.5,2.5){\circle*{1}}\put(1.5,2.5){\circle*{1}}
  917.      \put(2.5,2.5){\circle*{1}}\put(2.5,21.5){\circle*{1}}
  918.      \put(3.5,2.5){\circle*{1}}\put(3.5,21.5){\circle*{1}}
  919.      \put(4.5,2.5){\circle*{1}}\put(4.5,12.5){\circle*{1}}
  920.      \put(4.5,21.5){\circle*{1}}\put(5.5,2.5){\circle*{1}}
  921.      \put(5.5,12.5){\circle*{1}}\put(5.5,21.5){\circle*{1}}
  922.      \put(6.5,2.5){\circle*{1}}\put(6.5,12.5){\circle*{1}}
  923.      \put(6.5,21.5){\circle*{1}}\put(7.5,2.5){\circle*{1}}
  924.      \put(7.5,12.5){\circle*{1}}\put(7.5,21.5){\circle*{1}}
  925.      \put(8.5,2.5){\circle*{1}}\put(8.5,12.5){\circle*{1}}
  926.      \put(8.5,21.5){\circle*{1}}\put(9.5,2.5){\circle*{1}}
  927.      \put(9.5,12.5){\circle*{1}}\put(9.5,21.5){\circle*{1}}
  928.      \put(10.5,2.5){\circle*{1}}\put(10.5,12.5){\circle*{1}}
  929.      \put(10.5,21.5){\circle*{1}}\put(11.5,2.5){\circle*{1}}
  930.      \put(11.5,12.5){\circle*{1}}\put(11.5,21.5){\circle*{1}}
  931.      \put(12.5,2.5){\circle*{1}}\put(12.5,12.5){\circle*{1}}
  932.      \put(12.5,21.5){\circle*{1}}\put(13.5,2.5){\circle*{1}}
  933.      \put(13.5,12.5){\circle*{1}}\put(13.5,21.5){\circle*{1}}
  934.      \put(14.5,2.5){\circle*{1}}\put(14.5,12.5){\circle*{1}}
  935.      \put(14.5,21.5){\circle*{1}}\put(15.5,2.5){\circle*{1}}
  936.      \put(15.5,12.5){\circle*{1}}\put(15.5,21.5){\circle*{1}}
  937.      \put(16.5,2.5){\circle*{1}}\put(16.5,12.5){\circle*{1}}
  938.      \put(16.5,21.5){\circle*{1}}\put(17.5,2.5){\circle*{1}}
  939.      \put(17.5,12.5){\circle*{1}}\put(17.5,13.5){\circle*{1}}
  940.      \put(17.5,21.5){\circle*{1}}\put(18.5,2.5){\circle*{1}}
  941.      \put(18.5,12.5){\circle*{1}}\put(18.5,13.5){\circle*{1}}
  942.      \put(18.5,21.5){\circle*{1}}\put(19.5,2.5){\circle*{1}}
  943.      \put(19.5,12.5){\circle*{1}}\put(19.5,21.5){\circle*{1}}
  944.      \put(19.5,22.5){\circle*{1}}\put(20.5,2.5){\circle*{1}}
  945.      \put(20.5,21.5){\circle*{1}}\put(20.5,22.5){\circle*{1}}
  946.      \put(21.5,2.5){\circle*{1}}\put(21.5,3.5){\circle*{1}}
  947.      \put(21.5,21.5){\circle*{1}}\put(22.5,2.5){\circle*{1}}
  948.      \put(22.5,3.5){\circle*{1}}\put(23.5,2.5){\circle*{1}}
  949.     \end{picture}}
  950.  \end{picture}
  951. \end{center}
  952. The japanese characters on the right are harder to read than the ones on the 
  953. left. This problem is partly alleviated if one uses vertically, characters with 
  954. minimized height that have been created for horizontal use. As discussed 
  955. before, the vertical distance between such characters and their horizontal 
  956. baseline is respected. This space could occasionally act as breathing space if 
  957. such horizontal characters were to be used vertically. But this is nevertheless 
  958. not satisfactory since an incomplete and unnatural solution. The only way to 
  959. avoid this problem altogether is to use fixed height characters when writing 
  960. japanese vertically, just as was done in the left column. 
  961. The conclusion seems clear. If you intend to use your \JemTeX\ fonts vertically 
  962. with some vertical writing style unknown to me, you should definitely create 
  963. fixed width and fixed height fonts. This is the only natural choice available. 
  964. If you will use your fonts only horizontally, then you probably want minimized 
  965. width fonts. Personally, I also minimized their height since the resulting 
  966. fonts are slightly smaller in size. 
  967. \label{positioning}
  968. The second topic I would like to discuss here is relevant primarily for 
  969. horizontal writing. Given intermixed roman and japanese characters, how should 
  970. they relate to one another. More precisely, how tall should japanese characters 
  971. be with respect to capital roman ones, and what vertical relationship should 
  972. they have with their horizontal baseline. 
  973. It is a fact that most japanese characters are far more complex than any given 
  974. roman one. Therefore, japanese character should be relatively big. On the other 
  975. hand, tall centered japanese characters will lie lower on the horizontal 
  976. baseline than capital roman characters do, and will extend vertically more than 
  977. capital roman ones do. Consequently, the reader's eyes might have to go up and 
  978. down as they look over the text horizontally. A compromise is clearly called 
  979. for. 
  980. The first writing style considered here will be referred to as a {\em 
  981. dictionary\/} style since usually used in japanese dictionaries. In this style, 
  982. japanese characters are substantially taller than capital roman ones. This 
  983. makes it possible to use small japanese characters along with even smaller 
  984. roman ones to save space while maintaining readability. The japanese characters 
  985. also lie quite low on the horizontal baseline and extend vertically exactly the 
  986. same as capital roman characters do. Take a close look at your favorite 
  987. japanese dictionary.
  988. I will refer to a more conventional japanese font as a {\em standard\/} style. 
  989. In this one, the japanese characters are still taller than capital roman ones, 
  990. but by a smaller amount than before. The japanese characters lie a little bit 
  991. lower on the horizontal baseline than capital roman characters do, and also 
  992. extend a little bit more vertically than capital roman ones do. They are 
  993. vertically centered as well as possible with respect to capital roman letter. 
  994. Many users of \JemTeX\ requested such a font style.
  995. Here again, you will have to decide which style you prefer. In the first two 
  996. releases of \JemTeX, I used my japanese dictionaries to derive ideal font 
  997. characteristics. Since then, numerous people taught me that dictionary fonts 
  998. are quite specialized. Chances are you will want to use the standard style. 
  999. Personally, I am now permanently switching to it.
  1000. \subsection{The {\tt JIS2MF} Code Generator}
  1001. \label{thejis2mfcodegenerator}
  1002. Given a bitmap, my program \verb"JIS2MF" can construct an equivalent continuous 
  1003. character and generate \MFT\ code for it. The \MFT\ program can then use this 
  1004. code to generate a standard \TeX\ font. You have been supplied with the source 
  1005. and the compressed compiled version of this Pascal program. Note that the file 
  1006. \verb"JIS24" should be available in the current directory to run \verb"JIS2MF". 
  1007. This fairly big file contains all the bitmaps making up the JIS~24 dot font. 
  1008. The first practical problem is to decide on font names and their content. Not 
  1009. everybody is running newer versions of \TeX\ and its drivers, allowing for 
  1010. 256~characters in a font. This includes me! Therefore, I put only 
  1011. 128~characters in my fonts. Unfortunately, this implies that I cannot use the 
  1012. same scheme as J\TeX\ since the latter uses 256~characters per font. However, I 
  1013. keep my new standard simple by organizing characters sequentially. I also leave 
  1014. character~0 of the first font empty so that character~$x$ of the first font 
  1015. corresponds to bitmap~$x$ of the JIS~24 dot font. 
  1016. \TeX\ does not allow numbers in font names. Therefore, the names \verb"kanji00" 
  1017. all the way to \verb"kanji60" are not possible. Table~\ref{thejemtexfonts} 
  1018. lists the names I am using.
  1019. \begin{table}[htb]
  1020.  \begin{center}
  1021.   \begin{footnotesize}
  1022.    \begin{tabular}{cccccccc}
  1023.     \verb"kanjiaa" & \verb"kanjiab" & \verb"kanjiac" & \verb"kanjiad" &
  1024.     \verb"kanjiae" & \verb"kanjiaf" & \verb"kanjiag" & \verb"kanjiah" \\
  1025.        $\vdots$    &    $\vdots$    &    $\vdots$    &    $\vdots$    &
  1026.        $\vdots$    &    $\vdots$    &    $\vdots$    &    $\vdots$    \\
  1027.     \verb"kanjiga" & \verb"kanjigb" & \verb"kanjigc" & \verb"kanjigd" &
  1028.     \verb"kanjige" & \verb"kanjigf" & \verb"kanjigg" & \verb"kanjigh" \\
  1029.     \verb"kanjiha" & \verb"kanjihb" & \verb"kanjihc" & \verb"kanjihd" &
  1030.     \verb"kanjihe"
  1031.    \end{tabular}
  1032.   \end{footnotesize}
  1033.  \end{center}
  1034.  \caption{The \JemTeX\ Fonts.}
  1035.  \label{thejemtexfonts}
  1036. \end{table}
  1037. \begin{table}[htb]
  1038.  \begin{center}
  1039.   \begin{minipage}{\textwidth}
  1040.    \begin{small}
  1041.     \begin{tabbing}
  1042.      \verb"kanjiaa": Beginning of common english and japanese characters. \\
  1043.      \verb"kanjiae": Most foreign characters.                             \\
  1044.      \verb"kanjiaf": Beginning of most extended characters.               \\
  1045.      \verb"kanjiba": First of three empty fonts.                          \\
  1046.      \verb"kanjibd": Beginning of level~1 kanjis.                         \\
  1047.      \verb"kanjiec": Transition between level~1 and level~2 kanjis.       \\
  1048.      \verb"kanjihe": End of level~2 kanjis.
  1049.     \end{tabbing}
  1050.    \end{small}
  1051.   \end{minipage}
  1052.  \end{center}
  1053.  \caption{Description of the \JemTeX\ Fonts.}
  1054.  \label{descriptionofthejemtexfonts}
  1055. \end{table}
  1056. Several users complained about the time necessary to generate these fonts, 
  1057. especially on the original 4.77~MHz IBM-PC. To help them decide which \JemTeX\ 
  1058. fonts they are likely to need, Table~\ref{descriptionofthejemtexfonts} contains 
  1059. a brief description of all of them. I found through daily use that I almost 
  1060. never use level~2 fonts. However, a typical 4~page document uses every level~1 
  1061. font. 
  1062. The last remaining preliminary detail is the question of bitmap numbering. The 
  1063. bitmaps in \verb"JIS24" are numbered consecutively from~1 to~7806. The first 
  1064. bitmap is empty, since it is the japanese space character. Many other 
  1065. characters in the \JemTeX\ extended JIS~24 dot font are also left empty. 
  1066. \verb"JIS2MF" ignores such characters altogether and will leave an undefined 
  1067. character when it encounters one. This can be quite handy for somebody wishing 
  1068. to create fonts using some other standard, like J\TeX. Suppose you wish to 
  1069. leave some characters undefined in the font you are currently building. By 
  1070. specifying bitmap~1 at the right places, the corresponding characters will be 
  1071. left undefined. 
  1072. My utility \verb"JIS2MF" requires the following information to operate:
  1073. \begin{description}
  1074.  \item[Font Name:] The name of the font you are creating. \verb"JIS2MF" will 
  1075.                    add for you the extension \verb".mf", so do not specify it. 
  1076.                    The program also acts differently depending on whether or 
  1077.                    not the font name you supply is a \JemTeX\ font name, like 
  1078.                    \verb"kanjidf". 
  1079.  \item[Writing Style:] The characteristics of your font, essentially fixed 
  1080.                        versus proportional dimensions and dictionary versus 
  1081.                        standard positioning of the japanese characters. 
  1082.  \item[Bitmap Numbers:] The number of all the bitmaps making up the current 
  1083.                         font. Specifying bitmap~0 terminates the process. 
  1084. \end{description} 
  1085. \begin{table}[htb]
  1086.  \begin{center}
  1087.   \begin{tabular}{l|cccc}
  1088.     {\tt JIS2MF}  & Command Line &   Font    & Writing  & Bitmap   \\
  1089.         Mode      &  Parameters  &   Name    &  Style   & Numbers  \\
  1090.    \hline
  1091.    Manual         &   $\times$   &  $\surd$  & $\surd$  & $\surd$  \\
  1092.    Semi-Automatic &   $\surd$    &  (other)  & Optional & $\surd$  \\
  1093.    Automatic      &   $\surd$    & (\JemTeX) & Optional & $\times$ \\
  1094.    Batch          &   $\surd$    & $\times$  & Optional & $\times$
  1095.   \end{tabular}
  1096.  \end{center}
  1097.  \caption{The {\tt JIS2MF} Modes.}
  1098.  \label{thejis2mfmodes}
  1099. \end{table}
  1100. How much and what information you must supply depends on which mode 
  1101. \verb"JIS2MF" is in when you run it. Table~\ref{thejis2mfmodes} shows all the 
  1102. modes currently available.
  1103. If you simply start \verb"JIS2MF" without any command line information, it will 
  1104. run in manual mode where you must answer questions interactively throughout the 
  1105. operation. In Table~\ref{thejis2mfmodes}, a $\surd$ indicates information that 
  1106. will be required of you interactively. A $\times$ indicates information 
  1107. irrelevant, or that you will not be asked for interactively. 
  1108. The other three more advanced modes can only be accessed by specifying some 
  1109. additional command line information. First, you can specify on the command line 
  1110. the name of the font to be built. For example, here is how I would generate the 
  1111. first \JemTeX\ font:
  1112. \begin{quote}%Don't put spaces after the next line!
  1113. \begin{verbatim}
  1114. JIS2MF kanjiaa
  1115. \end{verbatim}
  1116. \end{quote}
  1117. You can also add to such a command some \verb"JIS2MF" parameters. These always 
  1118. begin with a \verb"/" or a \verb"-", and any combination or small and capital 
  1119. letters is acceptable. 
  1120. For the last three modes listed in Table~\ref{thejis2mfmodes}, proportional 
  1121. width, proportional height, and standard positioning are assumed as default 
  1122. writing styles. However, you may override or confirm any of these default 
  1123. values with the appropriate command line parameter. The recognized ones are 
  1124. listed in Tables~\ref{widthparameters}, \ref{heightparameters}, 
  1125. and~\ref{positioningparameters}. 
  1126. \vspace*{\fill}
  1127. \begin{table}[htb]
  1128.  \begin{center}
  1129.   \begin{tabular}{ll}
  1130.    \mbox{$\left.\parbox{4.6cm}{%
  1131.     \verb"/FixedWidth" \\
  1132.     \verb"/FixedX" \\
  1133.     \verb"/NoProportionalWidth" \\
  1134.     \verb"/NoProportionalX"}\right\}$} & Fixed width. \\[8mm]
  1135.    \mbox{$\left.\parbox{4.6cm}{%
  1136.     \verb"/NoFixedWidth" \\
  1137.     \verb"/NoFixedX" \\
  1138.     \verb"/ProportionalWidth" \\
  1139.     \verb"/ProportionalX"}\right\}$}   & Minimized width.
  1140.   \end{tabular}
  1141.  \end{center}
  1142.  \caption{Width Parameters.}
  1143.  \label{widthparameters}
  1144. \end{table}
  1145. \vspace*{\fill}
  1146. \newpage %improve a bad page break
  1147. \begin{table}[htb]
  1148.  \begin{center}
  1149.   \begin{tabular}{ll}
  1150.    \mbox{$\left.\parbox{4.6cm}{%
  1151.     \verb"/FixedHeight" \\
  1152.     \verb"/FixedY" \\
  1153.     \verb"/NoProportionalHeight" \\
  1154.     \verb"/NoProportionalY"}\right\}$} & Fixed height. \\[8mm]
  1155.    \mbox{$\left.\parbox{4.6cm}{%
  1156.     \verb"/NoFixedHeight" \\
  1157.     \verb"/NoFixedY" \\
  1158.     \verb"/ProportionalHeight" \\
  1159.     \verb"/ProportionalY"}\right\}$}   & Minimized height.
  1160.   \end{tabular}
  1161.  \end{center}
  1162.  \caption{Height Parameters.}
  1163.  \label{heightparameters}
  1164.  \begin{center}
  1165.   \begin{tabular}{ll}
  1166.    \verb"/Standard"   & Standard positioning. \\
  1167.    \verb"/Dictionary" & Dictionary positioning.
  1168.   \end{tabular}
  1169.  \end{center}
  1170.  \caption{Positioning Parameters.}
  1171.  \label{positioningparameters}
  1172. \end{table}
  1173. Here is how I would generate a \JemTeX\ font to be used vertically:
  1174. \begin{quote}%Don't put spaces after the next line!
  1175. \begin{verbatim}
  1176. JIS2MF kanjiaa /FixedWidth /FixedHeight
  1177. \end{verbatim}
  1178. \end{quote}
  1179. In the last two examples, since the font names specified are \JemTeX\ font 
  1180. names, \verb"JIS2MF" supplies all the bitmap numbers for you; that's the 
  1181. automatic mode. If the font name is not a \JemTeX\ one, then you are asked 
  1182. interactively for the bitmap numbers; that's the semi-automatic mode. If you 
  1183. plan on using a lot \verb"JIS2MF" semi-automatically, you may find piping 
  1184. advantageous. 
  1185. \label{batch}
  1186. The remaining mode is the batch mode. As its name implies, it is designed for 
  1187. people using batch files. To trigger this mode, use the \verb"/batch" command 
  1188. line parameter. In this mode, \verb"JIS2MF" looks in the current directory to 
  1189. determine the latest \JemTeX\ font generated. It then generates the next one, 
  1190. if possible. 
  1191. There are two ways of using this feature. The simplest one is to generate the 
  1192. \MFT\ code for all the \JemTeX\ fonts. To do so, create and execute the 
  1193. following \verb"SIMPLE.BAT" batch file: 
  1194. \begin{quote}%Don't put spaces after the next line!
  1195. \begin{verbatim}
  1196. JIS2MF /NoFixedWidth /NoFixedHeight /Standard /Batch
  1197. IF NOT ERRORLEVEL 1 SIMPLE
  1198. \end{verbatim}
  1199. \end{quote}
  1200. In this example, the code for the font \verb"kanjiaa" is first created. If all 
  1201. went well, \verb"SIMPLE" executes again. It finds the file \verb"kanjiaa.mf" 
  1202. in the current directory and therefore generates \verb"kanjiab.mf". Eventually, 
  1203. the code for the font \verb"kanjihe" will be produced. When called once more, 
  1204. \verb"JIS2MF" realizes that there is no such thing as a \JemTeX\ font 
  1205. \verb"kanjihf" and stops with an error. The current batch file \verb"SIMPLE" 
  1206. then terminates. 
  1207. Although this procedure is correct, it also requires 36~Mb of disk space! To 
  1208. avoid this, I use a more involved procedure. Here is the batch file 
  1209. \verb"COMPLEX.BAT": 
  1210. \begin{quote}%Don't put spaces after the next line!
  1211. \begin{verbatim}
  1212. JIS2MF /NoFixedWidth /NoFixedHeight /Standard /Batch
  1213. IF ERRORLEVEL 1 GOTO TERMINATE
  1214. FOR %%1 IN (kanji??.mf) DO CALL METAFONT %%1
  1215. ERASE kanji??.mf
  1216. COMPLEX
  1217. :TERMINATE
  1218. \end{verbatim}
  1219. \end{quote}
  1220. As in the previous example, \verb"JIS2MF" first creates the file 
  1221. \verb"kanjiaa.mf". The batch file \verb"METAFONT.BAT" is then called with the 
  1222. parameter \verb"kanjiaa.mf". \MFT\ is to be discussed in 
  1223. Subsection~\ref{runningmetafont}, but suffice to say that the files 
  1224. \verb"kanjiaa.tfm" and \verb"kanjiaa.pk" are created by the subroutine 
  1225. \verb"METAFONT". To save disk space, the file \verb"kanjiaa.mf" is then 
  1226. deleted. Finally, this cycle starts all over again. This procedure works fine 
  1227. because \verb"JIS2MF" looks for \verb"*.mf" {\em and\/} \verb"*.tfm" files when 
  1228. trying to decide which font should be handled next. 
  1229. \subsection{Running METAFONT}
  1230. \label{runningmetafont}
  1231. The \MFT\ program comes in two versions; a small one with a 64~Kb work space, 
  1232. and a big one with a 256~Kb work space. Although the big version is more 
  1233. capable, the small one is preferred whenever possible since it runs faster.
  1234. Here is a list of the \emTeX\ files necessary for the small 80286 version: 
  1235. \begin{quote}%Don't put spaces after the next line!
  1236. \begin{verbatim}
  1237. MF       EXE   197840   8-04-90  10:29p
  1238. MF       POO    23028   8-04-90   9:42p
  1239. CM       BAS   107412   9-19-90  11:13a
  1240. \end{verbatim} 
  1241. \end{quote} 
  1242. \newpage %improve a bad page break
  1243. The files for the big 80286 version are:
  1244. \begin{quote}%Don't put spaces after the next line!
  1245. \begin{verbatim}
  1246. MF       EXE   238996   8-04-90  11:15p
  1247. MF       POO    23028   8-04-90  10:32p
  1248. CM       BAS   215128   9-19-90  11:13a
  1249. \end{verbatim} 
  1250. \end{quote} 
  1251. The program to compress the forthcoming fonts is:
  1252. \begin{quote}%Don't put spaces after the next line!
  1253. \begin{verbatim}
  1254. GFTOPK   EXE    52825   9-15-90   1:13a
  1255. \end{verbatim} 
  1256. \end{quote} 
  1257. Finally, you also need a small file, describing the characteristics of the 
  1258. device for which the fonts are intended. I use the file \verb"epsonfx.mf", 
  1259. which is given below. Several such files are included in the file 
  1260. \verb"local.mf" supplied with \emTeX, and there are small libraries of them in 
  1261. \TeX\ circles. 
  1262. \begin{quote}%Don't put spaces after the next line!
  1263. \begin{verbatim}
  1264. mode_def epsonfx =     % Epson FX-80 (240x216)
  1265.  proofing:=0;          % no, we're not making proofs
  1266.  fontmaking:=1;        % yes, we are making a font
  1267.  tracingtitles:=0;     % no, don't show titles in the log
  1268.  pixels_per_inch:=240; % 240 dots/inch horizontally
  1269.  blacker:=0;           % don't make the pens any blacker
  1270.  fillin:=0;            % and don't compensate for fillin
  1271.  o_correction:=.2;     % but suppress most overshoots
  1272.  aspect_ratio:=9/10;   % 216 dots/inch vertically
  1273.  enddef;
  1274. \end{verbatim}
  1275. \end{quote} 
  1276. Font sizes are measured in magsteps. Typical magsteps are~$0.0$, $0.5$, $1.0$, 
  1277. $2.0$, $3.0$, $4.0$, and~$5.0$. I find that most kanjis look acceptable on my 
  1278. \mbox{9-pin} printer starting at magstep~$2.0$, and all kanjis are acceptable 
  1279. starting at magstep~$3.0$. Hiraganas and katakanas are fairly simple 
  1280. characters, and they look good at any magsteps. Table~\ref{12ptfontsizes} on 
  1281. page~\pageref{12ptfontsizes} lists common font sizes.
  1282. \label{mftproof}
  1283. You can run big \MFT\ in proof mode where each character is displayed 
  1284. graphically, but no font useful for us is created. The command I use is: 
  1285. \begin{quote}%Don't put spaces after the next line!
  1286. \begin{verbatim}
  1287. MF &cm kanjiaa >NUL:
  1288. \end{verbatim}
  1289. \end{quote}
  1290. \newpage %improve a bad page break
  1291. \label{mftstandard}
  1292. You can run small \MFT\ in standard mode, which will generate usable fonts. 
  1293. Here are the commands to create \verb"kanjiaa.tfm" and \verb"kanjiaa.pk":
  1294. \begin{quote}
  1295. \begin{small}%Don't put spaces after the next line!
  1296. \begin{verbatim}
  1297. MF &cm \mode:=epsonfx; \mag:=magstep(0.0); \input kanjiaa.mf
  1298. GFTOPK kanjiaa.240
  1299. \end{verbatim}
  1300. \end{small}
  1301. \end{quote}
  1302. The file name extension \verb".240" refers to the resolution of my printer, 
  1303. resolution specified in the file \verb"epsonfx.mf". It may be different in your 
  1304. case. Finally, note that this extension also changes with the magstep used. For 
  1305. magstep~$5.0$, it becomes in my case $240 \times 1.2^{5.0} \approx 597$. 
  1306. Here is my batch file \verb"METAFONT.BAT":
  1307. \begin{quote}
  1308. \begin{small}%Don't put spaces after the next line!
  1309. \begin{verbatim}
  1310. MF &cm \mode:=epsonfx; \mag:=magstep(5.0); \input %1
  1311. FOR %%1 IN (kanji??.597) DO GFTOPK %%1
  1312. ERASE kanji??.597
  1313. ERASE kanji??.log
  1314. \end{verbatim}
  1315. \end{small}
  1316. \end{quote}
  1317. \subsection{The METAFONT Code}
  1318. \label{themetafontcode}
  1319. In this subsection, I will briefly go over the \MFT\ code produced by my 
  1320. program for a typical standard style font. This code can be crudely divided 
  1321. into four parts: 
  1322. \begin{itemize}
  1323.  \item Initial Header.
  1324.  \item Macro Definitions.
  1325.  \item Character Definitions.
  1326.  \item Final Header.
  1327. \end{itemize}
  1328. The header begins with the following command requesting memory usage statistics 
  1329. in the \verb".log" file produced along with each font by \MFT: 
  1330. \begin{quote}%Don't put spaces after the next line!
  1331. \begin{verbatim}
  1332. tracingstats:=1; 
  1333. \end{verbatim}
  1334. \end{quote} 
  1335. In proof mode, \MFT\ displays the characters in graphics mode provided it knows 
  1336. the resolution of your device. I use the following, which you may decide to 
  1337. change according to your hardware: 
  1338. \begin{quote}%Don't put spaces after the next line! 
  1339. \begin{verbatim}
  1340. screen_cols:=640; %VGA
  1341. screen_rows:=480; %VGA
  1342. \end{verbatim}
  1343. \end{quote}
  1344. The font design size, a fundamental unit of measurement, and character 
  1345. positioning are then supplied. I use the following for standard \JemTeX\ fonts: 
  1346. \begin{quote}%Don't put spaces after the next line!
  1347. \begin{verbatim}
  1348. font_size 10pt#;
  1349. u#:=12.7/36pt#;
  1350. body_height#:=23.25u#;
  1351. desc_depth#:=4.75u#;
  1352. \end{verbatim}
  1353. \end{quote}
  1354. Each underlying bitmap is $24u$~by~$24u$, and an empty border of $2u$ is left 
  1355. around every japanese characters. In a standard style, each character can 
  1356. extend vertically potentially by as much as $23.25u$ above its horizontal 
  1357. baseline, and $4.75u$ below it, for a total of $28u$. Note that these are the 
  1358. biggest values that can occur. In practice, the actual values are supplied for 
  1359. each character when they are defined. For a fixed height font, the actual 
  1360. values are always equal to these extreme values. Finally, the width is handled 
  1361. differently by \MFT\ since only the actual width needs to be specified for each 
  1362. character. 
  1363. At this point, a whole series of parameters is necessary for the Computer 
  1364. Modern base. The minimum set of them is set to~\verb"0pt" whenever possible. I 
  1365. solve the few occurring overflows by setting the right parameters 
  1366. to~\verb"1pt". None of these parameters appears useful since my japanese 
  1367. characters use only very primitive \MFT\ operators. But \MFT\ insists on all 
  1368. its parameters to be set anyway. 
  1369. \MFT\ is then initialized with:
  1370. \begin{quote}%Don't put spaces after the next line!
  1371. \begin{verbatim}
  1372. mode_setup;
  1373. font_setup;
  1374. \end{verbatim}
  1375. \end{quote}
  1376. The macros to be used in drawing the characters follow. Each dot making up the 
  1377. current bitmap lies in a square which I refer to by its lower left $z=(x,y)$ 
  1378. coordinates. I declare that variable $z$ with: 
  1379. \begin{quote}%Don't put spaces after the next line!
  1380. \begin{verbatim}
  1381. pair z;
  1382. \end{verbatim}
  1383. \end{quote}
  1384. A number of macros to draw squares, triangles, reverse triangles, and quarter 
  1385. circles are then included. All these have only one parameter; $z$. They are
  1386. illustrated in Figures~\ref{shortpatches} and~\ref{longpatches}.
  1387. \newpage %improve a bad page break
  1388. \begin{figure}[htb]
  1389.  \begin{center}
  1390.   \setlength{\unitlength}{0.38pt}
  1391.   \begin{picture}(900,900)
  1392.     \put(0,720){%
  1393.      \begin{picture}(180,180)
  1394.       \put(0,0){\dashbox{5}(180,180){}}
  1395.       \put(0,90){\framebox(90,90){}}
  1396.       \put(0,90){\makebox(90,90){sul}}
  1397.      \end{picture}}
  1398.     \put(240,720){%
  1399.      \begin{picture}(180,180)
  1400.       \put(0,0){\dashbox{5}(180,180){}}
  1401.       \put(90,90){\framebox(90,90){}}
  1402.       \put(90,90){\makebox(90,90){sur}}
  1403.      \end{picture}}
  1404.     \put(480,720){%
  1405.      \begin{picture}(180,180)
  1406.       \put(0,0){\dashbox{5}(180,180){}}
  1407.       \put(90,0){\framebox(90,90){}}
  1408.       \put(90,0){\makebox(90,90){sbr}}
  1409.      \end{picture}}
  1410.     \put(720,720){%
  1411.      \begin{picture}(180,180)
  1412.       \put(0,0){\dashbox{5}(180,180){}}
  1413.       \put(0,0){\framebox(90,90){}}
  1414.       \put(0,0){\makebox(90,90){sbl}}
  1415.      \end{picture}}
  1416.     \put(0,480){%
  1417.      \begin{picture}(180,180)
  1418.       \put(0,0){\dashbox{5}(180,180){}}
  1419.       \put(90,90){\line(-1,0){90}} 
  1420.       \put(90,90){\line(0,1){90}}
  1421.       \put(90.0,180.0){\circle*{1}}\put(88.7,180.0){\circle*{1}}
  1422.       \put(87.5,180.0){\circle*{1}}\put(86.2,179.9){\circle*{1}}
  1423.       \put(84.9,179.9){\circle*{1}}\put(83.6,179.8){\circle*{1}}
  1424.       \put(82.4,179.7){\circle*{1}}\put(81.1,179.6){\circle*{1}}
  1425.       \put(79.8,179.4){\circle*{1}}\put(78.5,179.3){\circle*{1}}
  1426.       \put(77.3,179.1){\circle*{1}}\put(76.0,178.9){\circle*{1}}
  1427.       \put(74.7,178.7){\circle*{1}}\put(73.5,178.5){\circle*{1}}
  1428.       \put(72.2,178.2){\circle*{1}}\put(70.9,178.0){\circle*{1}}
  1429.       \put(69.6,177.7){\circle*{1}}\put(68.4,177.4){\circle*{1}}
  1430.       \put(67.1,177.0){\circle*{1}}\put(65.8,176.7){\circle*{1}}
  1431.       \put(64.5,176.3){\circle*{1}}\put(63.3,175.9){\circle*{1}}
  1432.       \put(62.0,175.5){\circle*{1}}\put(60.7,175.1){\circle*{1}}
  1433.       \put(59.5,174.7){\circle*{1}}\put(58.2,174.2){\circle*{1}}
  1434.       \put(56.9,173.7){\circle*{1}}\put(55.6,173.2){\circle*{1}}
  1435.       \put(54.4,172.6){\circle*{1}}\put(53.1,172.1){\circle*{1}}
  1436.       \put(51.8,171.5){\circle*{1}}\put(50.5,170.9){\circle*{1}}
  1437.       \put(49.3,170.3){\circle*{1}}\put(48.0,169.6){\circle*{1}}
  1438.       \put(46.7,168.9){\circle*{1}}\put(45.5,168.2){\circle*{1}}
  1439.       \put(44.2,167.5){\circle*{1}}\put(42.9,166.7){\circle*{1}}
  1440.       \put(41.6,165.9){\circle*{1}}\put(40.4,165.1){\circle*{1}}
  1441.       \put(39.1,164.2){\circle*{1}}\put(37.8,163.3){\circle*{1}}
  1442.       \put(36.5,162.4){\circle*{1}}\put(35.3,161.4){\circle*{1}}
  1443.       \put(34.0,160.5){\circle*{1}}\put(32.7,159.4){\circle*{1}}
  1444.       \put(31.5,158.4){\circle*{1}}\put(30.2,157.2){\circle*{1}}
  1445.       \put(28.9,156.1){\circle*{1}}\put(27.6,154.9){\circle*{1}}
  1446.       \put(26.4,153.6){\circle*{1}}\put(0.0,90.0){\circle*{1}}
  1447.       \put(0.0,91.3){\circle*{1}}\put(0.0,92.5){\circle*{1}}
  1448.       \put(0.1,93.8){\circle*{1}}\put(0.1,95.1){\circle*{1}}
  1449.       \put(0.2,96.4){\circle*{1}}\put(0.3,97.6){\circle*{1}}
  1450.       \put(0.4,98.9){\circle*{1}}\put(0.6,100.2){\circle*{1}}
  1451.       \put(0.7,101.5){\circle*{1}}\put(0.9,102.7){\circle*{1}}
  1452.       \put(1.1,104.0){\circle*{1}}\put(1.3,105.3){\circle*{1}}
  1453.       \put(1.5,106.5){\circle*{1}}\put(1.8,107.8){\circle*{1}}
  1454.       \put(2.0,109.1){\circle*{1}}\put(2.3,110.4){\circle*{1}}
  1455.       \put(2.6,111.6){\circle*{1}}\put(3.0,112.9){\circle*{1}}
  1456.       \put(3.3,114.2){\circle*{1}}\put(3.7,115.5){\circle*{1}}
  1457.       \put(4.1,116.7){\circle*{1}}\put(4.5,118.0){\circle*{1}}
  1458.       \put(4.9,119.3){\circle*{1}}\put(5.3,120.5){\circle*{1}}
  1459.       \put(5.8,121.8){\circle*{1}}\put(6.3,123.1){\circle*{1}}
  1460.       \put(6.8,124.4){\circle*{1}}\put(7.4,125.6){\circle*{1}}
  1461.       \put(7.9,126.9){\circle*{1}}\put(8.5,128.2){\circle*{1}}
  1462.       \put(9.1,129.5){\circle*{1}}\put(9.7,130.7){\circle*{1}}
  1463.       \put(10.4,132.0){\circle*{1}}\put(11.1,133.3){\circle*{1}}
  1464.       \put(11.8,134.5){\circle*{1}}\put(12.5,135.8){\circle*{1}}
  1465.       \put(13.3,137.1){\circle*{1}}\put(14.1,138.4){\circle*{1}}
  1466.       \put(14.9,139.6){\circle*{1}}\put(15.8,140.9){\circle*{1}}
  1467.       \put(16.7,142.2){\circle*{1}}\put(17.6,143.5){\circle*{1}}
  1468.       \put(18.6,144.7){\circle*{1}}\put(19.5,146.0){\circle*{1}}
  1469.       \put(20.6,147.3){\circle*{1}}\put(21.6,148.5){\circle*{1}}
  1470.       \put(22.8,149.8){\circle*{1}}\put(23.9,151.1){\circle*{1}}
  1471.       \put(25.1,152.4){\circle*{1}}
  1472.       \put(30,90){\makebox(60,60){cul}}
  1473.      \end{picture}}
  1474.     \put(240,480){%
  1475.      \begin{picture}(180,180)
  1476.       \put(0,0){\dashbox{5}(180,180){}}
  1477.       \put(90,90){\line(1,0){90}}
  1478.       \put(90,90){\line(0,1){90}}
  1479.       \put(90.0,180.0){\circle*{1}}\put(91.3,180.0){\circle*{1}}
  1480.       \put(92.5,180.0){\circle*{1}}\put(93.8,179.9){\circle*{1}}
  1481.       \put(95.1,179.9){\circle*{1}}\put(96.4,179.8){\circle*{1}}
  1482.       \put(97.6,179.7){\circle*{1}}\put(98.9,179.6){\circle*{1}}
  1483.       \put(100.2,179.4){\circle*{1}}\put(101.5,179.3){\circle*{1}}
  1484.       \put(102.7,179.1){\circle*{1}}\put(104.0,178.9){\circle*{1}}
  1485.       \put(105.3,178.7){\circle*{1}}\put(106.5,178.5){\circle*{1}}
  1486.       \put(107.8,178.2){\circle*{1}}\put(109.1,178.0){\circle*{1}}
  1487.       \put(110.4,177.7){\circle*{1}}\put(111.6,177.4){\circle*{1}}
  1488.       \put(112.9,177.0){\circle*{1}}\put(114.2,176.7){\circle*{1}}
  1489.       \put(115.5,176.3){\circle*{1}}\put(116.7,175.9){\circle*{1}}
  1490.       \put(118.0,175.5){\circle*{1}}\put(119.3,175.1){\circle*{1}}
  1491.       \put(120.5,174.7){\circle*{1}}\put(121.8,174.2){\circle*{1}}
  1492.       \put(123.1,173.7){\circle*{1}}\put(124.4,173.2){\circle*{1}}
  1493.       \put(125.6,172.6){\circle*{1}}\put(126.9,172.1){\circle*{1}}
  1494.       \put(128.2,171.5){\circle*{1}}\put(129.5,170.9){\circle*{1}}
  1495.       \put(130.7,170.3){\circle*{1}}\put(132.0,169.6){\circle*{1}}
  1496.       \put(133.3,168.9){\circle*{1}}\put(134.5,168.2){\circle*{1}}
  1497.       \put(135.8,167.5){\circle*{1}}\put(137.1,166.7){\circle*{1}}
  1498.       \put(138.4,165.9){\circle*{1}}\put(139.6,165.1){\circle*{1}}
  1499.       \put(140.9,164.2){\circle*{1}}\put(142.2,163.3){\circle*{1}}
  1500.       \put(143.5,162.4){\circle*{1}}\put(144.7,161.4){\circle*{1}}
  1501.       \put(146.0,160.5){\circle*{1}}\put(147.3,159.4){\circle*{1}}
  1502.       \put(148.5,158.4){\circle*{1}}\put(149.8,157.2){\circle*{1}}
  1503.       \put(151.1,156.1){\circle*{1}}\put(152.4,154.9){\circle*{1}}
  1504.       \put(153.6,153.6){\circle*{1}}\put(180.0,90.0){\circle*{1}}
  1505.       \put(180.0,91.3){\circle*{1}}\put(180.0,92.5){\circle*{1}}
  1506.       \put(179.9,93.8){\circle*{1}}\put(179.9,95.1){\circle*{1}}
  1507.       \put(179.8,96.4){\circle*{1}}\put(179.7,97.6){\circle*{1}}
  1508.       \put(179.6,98.9){\circle*{1}}\put(179.4,100.2){\circle*{1}}
  1509.       \put(179.3,101.5){\circle*{1}}\put(179.1,102.7){\circle*{1}}
  1510.       \put(178.9,104.0){\circle*{1}}\put(178.7,105.3){\circle*{1}}
  1511.       \put(178.5,106.5){\circle*{1}}\put(178.2,107.8){\circle*{1}}
  1512.       \put(178.0,109.1){\circle*{1}}\put(177.7,110.4){\circle*{1}}
  1513.       \put(177.4,111.6){\circle*{1}}\put(177.0,112.9){\circle*{1}}
  1514.       \put(176.7,114.2){\circle*{1}}\put(176.3,115.5){\circle*{1}}
  1515.       \put(175.9,116.7){\circle*{1}}\put(175.5,118.0){\circle*{1}}
  1516.       \put(175.1,119.3){\circle*{1}}\put(174.7,120.5){\circle*{1}}
  1517.       \put(174.2,121.8){\circle*{1}}\put(173.7,123.1){\circle*{1}}
  1518.       \put(173.2,124.4){\circle*{1}}\put(172.6,125.6){\circle*{1}}
  1519.       \put(172.1,126.9){\circle*{1}}\put(171.5,128.2){\circle*{1}}
  1520.       \put(170.9,129.5){\circle*{1}}\put(170.3,130.7){\circle*{1}}
  1521.       \put(169.6,132.0){\circle*{1}}\put(168.9,133.3){\circle*{1}}
  1522.       \put(168.2,134.5){\circle*{1}}\put(167.5,135.8){\circle*{1}}
  1523.       \put(166.7,137.1){\circle*{1}}\put(165.9,138.4){\circle*{1}}
  1524.       \put(165.1,139.6){\circle*{1}}\put(164.2,140.9){\circle*{1}}
  1525.       \put(163.3,142.2){\circle*{1}}\put(162.4,143.5){\circle*{1}}
  1526.       \put(161.4,144.7){\circle*{1}}\put(160.5,146.0){\circle*{1}}
  1527.       \put(159.4,147.3){\circle*{1}}\put(158.4,148.5){\circle*{1}}
  1528.       \put(157.2,149.8){\circle*{1}}\put(156.1,151.1){\circle*{1}}
  1529.       \put(154.9,152.4){\circle*{1}}
  1530.       \put(90,90){\makebox(60,60){cur}}
  1531.      \end{picture}}
  1532.     \put(480,480){%
  1533.      \begin{picture}(180,180)
  1534.       \put(0,0){\dashbox{5}(180,180){}}
  1535.       \put(90,90){\line(1,0){90}}
  1536.       \put(90,90){\line(0,-1){90}}
  1537.       \put(90.0,0.0){\circle*{1}}\put(91.3,0.0){\circle*{1}}
  1538.       \put(92.5,0.0){\circle*{1}}\put(93.8,0.1){\circle*{1}}
  1539.       \put(95.1,0.1){\circle*{1}}\put(96.4,0.2){\circle*{1}}
  1540.       \put(97.6,0.3){\circle*{1}}\put(98.9,0.4){\circle*{1}}
  1541.       \put(100.2,0.6){\circle*{1}}\put(101.5,0.7){\circle*{1}}
  1542.       \put(102.7,0.9){\circle*{1}}\put(104.0,1.1){\circle*{1}}
  1543.       \put(105.3,1.3){\circle*{1}}\put(106.5,1.5){\circle*{1}}
  1544.       \put(107.8,1.8){\circle*{1}}\put(109.1,2.0){\circle*{1}}
  1545.       \put(110.4,2.3){\circle*{1}}\put(111.6,2.6){\circle*{1}}
  1546.       \put(112.9,3.0){\circle*{1}}\put(114.2,3.3){\circle*{1}}
  1547.       \put(115.5,3.7){\circle*{1}}\put(116.7,4.1){\circle*{1}}
  1548.       \put(118.0,4.5){\circle*{1}}\put(119.3,4.9){\circle*{1}}
  1549.       \put(120.5,5.3){\circle*{1}}\put(121.8,5.8){\circle*{1}}
  1550.       \put(123.1,6.3){\circle*{1}}\put(124.4,6.8){\circle*{1}}
  1551.       \put(125.6,7.4){\circle*{1}}\put(126.9,7.9){\circle*{1}}
  1552.       \put(128.2,8.5){\circle*{1}}\put(129.5,9.1){\circle*{1}}
  1553.       \put(130.7,9.7){\circle*{1}}\put(132.0,10.4){\circle*{1}}
  1554.       \put(133.3,11.1){\circle*{1}}\put(134.5,11.8){\circle*{1}}
  1555.       \put(135.8,12.5){\circle*{1}}\put(137.1,13.3){\circle*{1}}
  1556.       \put(138.4,14.1){\circle*{1}}\put(139.6,14.9){\circle*{1}}
  1557.       \put(140.9,15.8){\circle*{1}}\put(142.2,16.7){\circle*{1}}
  1558.       \put(143.5,17.6){\circle*{1}}\put(144.7,18.6){\circle*{1}}
  1559.       \put(146.0,19.5){\circle*{1}}\put(147.3,20.6){\circle*{1}}
  1560.       \put(148.5,21.6){\circle*{1}}\put(149.8,22.8){\circle*{1}}
  1561.       \put(151.1,23.9){\circle*{1}}\put(152.4,25.1){\circle*{1}}
  1562.       \put(153.6,26.4){\circle*{1}}\put(180.0,90.0){\circle*{1}}
  1563.       \put(180.0,88.7){\circle*{1}}\put(180.0,87.5){\circle*{1}}
  1564.       \put(179.9,86.2){\circle*{1}}\put(179.9,84.9){\circle*{1}}
  1565.       \put(179.8,83.6){\circle*{1}}\put(179.7,82.4){\circle*{1}}
  1566.       \put(179.6,81.1){\circle*{1}}\put(179.4,79.8){\circle*{1}}
  1567.       \put(179.3,78.5){\circle*{1}}\put(179.1,77.3){\circle*{1}}
  1568.       \put(178.9,76.0){\circle*{1}}\put(178.7,74.7){\circle*{1}}
  1569.       \put(178.5,73.5){\circle*{1}}\put(178.2,72.2){\circle*{1}}
  1570.       \put(178.0,70.9){\circle*{1}}\put(177.7,69.6){\circle*{1}}
  1571.       \put(177.4,68.4){\circle*{1}}\put(177.0,67.1){\circle*{1}}
  1572.       \put(176.7,65.8){\circle*{1}}\put(176.3,64.5){\circle*{1}}
  1573.       \put(175.9,63.3){\circle*{1}}\put(175.5,62.0){\circle*{1}}
  1574.       \put(175.1,60.7){\circle*{1}}\put(174.7,59.5){\circle*{1}}
  1575.       \put(174.2,58.2){\circle*{1}}\put(173.7,56.9){\circle*{1}}
  1576.       \put(173.2,55.6){\circle*{1}}\put(172.6,54.4){\circle*{1}}
  1577.       \put(172.1,53.1){\circle*{1}}\put(171.5,51.8){\circle*{1}}
  1578.       \put(170.9,50.5){\circle*{1}}\put(170.3,49.3){\circle*{1}}
  1579.       \put(169.6,48.0){\circle*{1}}\put(168.9,46.7){\circle*{1}}
  1580.       \put(168.2,45.5){\circle*{1}}\put(167.5,44.2){\circle*{1}}
  1581.       \put(166.7,42.9){\circle*{1}}\put(165.9,41.6){\circle*{1}}
  1582.       \put(165.1,40.4){\circle*{1}}\put(164.2,39.1){\circle*{1}}
  1583.       \put(163.3,37.8){\circle*{1}}\put(162.4,36.5){\circle*{1}}
  1584.       \put(161.4,35.3){\circle*{1}}\put(160.5,34.0){\circle*{1}}
  1585.       \put(159.4,32.7){\circle*{1}}\put(158.4,31.5){\circle*{1}}
  1586.       \put(157.2,30.2){\circle*{1}}\put(156.1,28.9){\circle*{1}}
  1587.       \put(154.9,27.6){\circle*{1}}
  1588.       \put(90,30){\makebox(60,60){cbr}}
  1589.      \end{picture}}
  1590.     \put(720,480){%
  1591.      \begin{picture}(180,180)
  1592.       \put(0,0){\dashbox{5}(180,180){}}
  1593.       \put(90,90){\line(-1,0){90}}
  1594.       \put(90,90){\line(0,-1){90}}
  1595.       \put(90.0,0.0){\circle*{1}}\put(88.7,0.0){\circle*{1}}
  1596.       \put(87.5,0.0){\circle*{1}}\put(86.2,0.1){\circle*{1}}
  1597.       \put(84.9,0.1){\circle*{1}}\put(83.6,0.2){\circle*{1}}
  1598.       \put(82.4,0.3){\circle*{1}}\put(81.1,0.4){\circle*{1}}
  1599.       \put(79.8,0.6){\circle*{1}}\put(78.5,0.7){\circle*{1}}
  1600.       \put(77.3,0.9){\circle*{1}}\put(76.0,1.1){\circle*{1}}
  1601.       \put(74.7,1.3){\circle*{1}}\put(73.5,1.5){\circle*{1}}
  1602.       \put(72.2,1.8){\circle*{1}}\put(70.9,2.0){\circle*{1}}
  1603.       \put(69.6,2.3){\circle*{1}}\put(68.4,2.6){\circle*{1}}
  1604.       \put(67.1,3.0){\circle*{1}}\put(65.8,3.3){\circle*{1}}
  1605.       \put(64.5,3.7){\circle*{1}}\put(63.3,4.1){\circle*{1}}
  1606.       \put(62.0,4.5){\circle*{1}}\put(60.7,4.9){\circle*{1}}
  1607.       \put(59.5,5.3){\circle*{1}}\put(58.2,5.8){\circle*{1}}
  1608.       \put(56.9,6.3){\circle*{1}}\put(55.6,6.8){\circle*{1}}
  1609.       \put(54.4,7.4){\circle*{1}}\put(53.1,7.9){\circle*{1}}
  1610.       \put(51.8,8.5){\circle*{1}}\put(50.5,9.1){\circle*{1}}
  1611.       \put(49.3,9.7){\circle*{1}}\put(48.0,10.4){\circle*{1}}
  1612.       \put(46.7,11.1){\circle*{1}}\put(45.5,11.8){\circle*{1}}
  1613.       \put(44.2,12.5){\circle*{1}}\put(42.9,13.3){\circle*{1}}
  1614.       \put(41.6,14.1){\circle*{1}}\put(40.4,14.9){\circle*{1}}
  1615.       \put(39.1,15.8){\circle*{1}}\put(37.8,16.7){\circle*{1}}
  1616.       \put(36.5,17.6){\circle*{1}}\put(35.3,18.6){\circle*{1}}
  1617.       \put(34.0,19.5){\circle*{1}}\put(32.7,20.6){\circle*{1}}
  1618.       \put(31.5,21.6){\circle*{1}}\put(30.2,22.8){\circle*{1}}
  1619.       \put(28.9,23.9){\circle*{1}}\put(27.6,25.1){\circle*{1}}
  1620.       \put(26.4,26.4){\circle*{1}}\put(0.0,90.0){\circle*{1}}
  1621.       \put(0.0,88.7){\circle*{1}}\put(0.0,87.5){\circle*{1}}
  1622.       \put(0.1,86.2){\circle*{1}}\put(0.1,84.9){\circle*{1}}
  1623.       \put(0.2,83.6){\circle*{1}}\put(0.3,82.4){\circle*{1}}
  1624.       \put(0.4,81.1){\circle*{1}}\put(0.6,79.8){\circle*{1}}
  1625.       \put(0.7,78.5){\circle*{1}}\put(0.9,77.3){\circle*{1}}
  1626.       \put(1.1,76.0){\circle*{1}}\put(1.3,74.7){\circle*{1}}
  1627.       \put(1.5,73.5){\circle*{1}}\put(1.8,72.2){\circle*{1}}
  1628.       \put(2.0,70.9){\circle*{1}}\put(2.3,69.6){\circle*{1}}
  1629.       \put(2.6,68.4){\circle*{1}}\put(3.0,67.1){\circle*{1}}
  1630.       \put(3.3,65.8){\circle*{1}}\put(3.7,64.5){\circle*{1}}
  1631.       \put(4.1,63.3){\circle*{1}}\put(4.5,62.0){\circle*{1}}
  1632.       \put(4.9,60.7){\circle*{1}}\put(5.3,59.5){\circle*{1}}
  1633.       \put(5.8,58.2){\circle*{1}}\put(6.3,56.9){\circle*{1}}
  1634.       \put(6.8,55.6){\circle*{1}}\put(7.4,54.4){\circle*{1}}
  1635.       \put(7.9,53.1){\circle*{1}}\put(8.5,51.8){\circle*{1}}
  1636.       \put(9.1,50.5){\circle*{1}}\put(9.7,49.3){\circle*{1}}
  1637.       \put(10.4,48.0){\circle*{1}}\put(11.1,46.7){\circle*{1}}
  1638.       \put(11.8,45.5){\circle*{1}}\put(12.5,44.2){\circle*{1}}
  1639.       \put(13.3,42.9){\circle*{1}}\put(14.1,41.6){\circle*{1}}
  1640.       \put(14.9,40.4){\circle*{1}}\put(15.8,39.1){\circle*{1}}
  1641.       \put(16.7,37.8){\circle*{1}}\put(17.6,36.5){\circle*{1}}
  1642.       \put(18.6,35.3){\circle*{1}}\put(19.5,34.0){\circle*{1}}
  1643.       \put(20.6,32.7){\circle*{1}}\put(21.6,31.5){\circle*{1}}
  1644.       \put(22.8,30.2){\circle*{1}}\put(23.9,28.9){\circle*{1}}
  1645.       \put(25.1,27.6){\circle*{1}}
  1646.       \put(30,30){\makebox(60,60){cbl}}
  1647.      \end{picture}}
  1648.     \put(0,240){%
  1649.      \begin{picture}(180,180)
  1650.       \put(0,0){\dashbox{5}(180,180){}}
  1651.       \put(90,90){\line(-1,0){90}} 
  1652.       \put(90,90){\line(0,1){90}}
  1653.       \put(0,90){\line(1,1){90}}
  1654.       \put(45,90){\makebox(45,45){tul}}
  1655.      \end{picture}}
  1656.     \put(240,240){%
  1657.      \begin{picture}(180,180)
  1658.       \put(0,0){\dashbox{5}(180,180){}}
  1659.       \put(90,90){\line(1,0){90}}
  1660.       \put(90,90){\line(0,1){90}}
  1661.       \put(90,180){\line(1,-1){90}}
  1662.       \put(90,90){\makebox(45,45){tur}}
  1663.      \end{picture}}
  1664.     \put(480,240){%
  1665.      \begin{picture}(180,180)
  1666.       \put(0,0){\dashbox{5}(180,180){}}
  1667.       \put(90,90){\line(1,0){90}}
  1668.       \put(90,90){\line(0,-1){90}}
  1669.       \put(90,0){\line(1,1){90}}
  1670.       \put(90,45){\makebox(45,45){tbr}}
  1671.      \end{picture}}
  1672.     \put(720,240){%
  1673.      \begin{picture}(180,180)
  1674.       \put(0,0){\dashbox{5}(180,180){}}
  1675.       \put(90,90){\line(-1,0){90}}
  1676.       \put(90,90){\line(0,-1){90}}
  1677.       \put(0,90){\line(1,-1){90}}
  1678.       \put(45,45){\makebox(45,45){tbl}}
  1679.      \end{picture}}
  1680.     \put(0,0){%
  1681.      \begin{picture}(180,180)
  1682.       \put(0,0){\dashbox{5}(180,180){}}
  1683.       \put(0,180){\line(1,0){90}}
  1684.       \put(0,90){\line(0,1){90}}
  1685.       \put(0,90){\line(1,1){90}}
  1686.       \put(0,135){\makebox(45,45){rul}}
  1687.      \end{picture}}
  1688.     \put(240,0){%
  1689.      \begin{picture}(180,180)
  1690.       \put(0,0){\dashbox{5}(180,180){}}
  1691.       \put(90,180){\line(1,0){90}}
  1692.       \put(180,90){\line(0,1){90}}
  1693.       \put(90,180){\line(1,-1){90}}
  1694.       \put(135,135){\makebox(45,45){rur}}
  1695.      \end{picture}}
  1696.     \put(480,0){%
  1697.      \begin{picture}(180,180)
  1698.       \put(0,0){\dashbox{5}(180,180){}}
  1699.       \put(90,0){\line(1,0){90}}
  1700.       \put(180,0){\line(0,1){90}}
  1701.       \put(90,0){\line(1,1){90}}
  1702.       \put(135,0){\makebox(45,45){rbr}}
  1703.      \end{picture}}
  1704.     \put(720,0){%
  1705.      \begin{picture}(180,180)
  1706.       \put(0,0){\dashbox{5}(180,180){}}
  1707.       \put(0,0){\line(1,0){90}}
  1708.       \put(0,0){\line(0,1){90}}
  1709.       \put(0,90){\line(1,-1){90}}
  1710.       \put(0,0){\makebox(45,45){rbl}}
  1711.      \end{picture}}
  1712.   \end{picture}
  1713.  \end{center}
  1714.  \caption{Short Patches.}
  1715.  \label{shortpatches}
  1716. \end{figure}
  1717. The definitions of each japanese character follow sequentially. The template 
  1718. for such a definition is:
  1719. \begin{quote}
  1720. \tt beginchar(0,\em width \tt\#,\em body\_height \tt\#,\em desc\_depth \tt\#);\\
  1721. \verb"normal_adjust_fit(2u#,2u#);"\\
  1722. $\vdots$\\
  1723. \verb"endchar;"
  1724. \end{quote}
  1725. \newpage %improve a bad page break
  1726. \begin{figure}[htb]
  1727.  \begin{center}
  1728.   \setlength{\unitlength}{0.38pt}
  1729.   \begin{picture}(900,900)
  1730.     \put(0,720){%
  1731.      \begin{picture}(180,180)
  1732.       \put(0,0){\dashbox{5}(180,180){}}
  1733.       \put(0,90){\line(1,0){180}}
  1734.       \put(180,90){\line(0,1){90}}
  1735.       \put(0,90){\line(2,1){180}}
  1736.       \put(90,90){\makebox(90,45){tuul}}
  1737.      \end{picture}}
  1738.     \put(240,720){%
  1739.      \begin{picture}(180,180)
  1740.       \put(0,0){\dashbox{5}(180,180){}}
  1741.       \put(90,0){\line(0,1){180}}
  1742.       \put(0,0){\line(1,0){90}}
  1743.       \put(0,0){\line(1,2){90}}
  1744.       \put(30,0){\makebox(60,60){tull}}
  1745.      \end{picture}}
  1746.     \put(480,720){%
  1747.      \begin{picture}(180,180)
  1748.       \put(0,0){\dashbox{5}(180,180){}}
  1749.       \put(0,90){\line(1,0){180}}
  1750.       \put(0,90){\line(0,1){90}}
  1751.       \put(0,180){\line(2,-1){180}}
  1752.       \put(0,90){\makebox(90,45){tuur}}
  1753.      \end{picture}}
  1754.     \put(720,720){%
  1755.      \begin{picture}(180,180)
  1756.       \put(0,0){\dashbox{5}(180,180){}}
  1757.       \put(90,0){\line(0,1){180}}
  1758.       \put(90,0){\line(1,0){90}}
  1759.       \put(90,180){\line(1,-2){90}}
  1760.       \put(90,0){\makebox(60,60){turr}}
  1761.      \end{picture}}
  1762.     \put(0,480){%
  1763.      \begin{picture}(180,180)
  1764.       \put(0,0){\dashbox{5}(180,180){}}
  1765.       \put(0,90){\line(1,0){180}}
  1766.       \put(0,0){\line(0,1){90}}
  1767.       \put(0,0){\line(2,1){180}}
  1768.       \put(0,45){\makebox(90,45){tbbr}}
  1769.      \end{picture}}
  1770.     \put(240,480){%
  1771.      \begin{picture}(180,180)
  1772.       \put(0,0){\dashbox{5}(180,180){}}
  1773.       \put(90,0){\line(0,1){180}}
  1774.       \put(90,180){\line(1,0){90}}
  1775.       \put(90,0){\line(1,2){90}}
  1776.       \put(90,120){\makebox(60,60){tbrr}}
  1777.      \end{picture}}
  1778.     \put(480,480){%
  1779.      \begin{picture}(180,180)
  1780.       \put(0,0){\dashbox{5}(180,180){}}
  1781.       \put(0,90){\line(1,0){180}}
  1782.       \put(180,0){\line(0,1){90}}
  1783.       \put(0,90){\line(2,-1){180}}
  1784.       \put(90,45){\makebox(90,45){tbbl}}
  1785.      \end{picture}}
  1786.     \put(720,480){%
  1787.      \begin{picture}(180,180)
  1788.       \put(0,0){\dashbox{5}(180,180){}}
  1789.       \put(90,0){\line(0,1){180}}
  1790.       \put(0,180){\line(1,0){90}}
  1791.       \put(0,180){\line(1,-2){90}}
  1792.       \put(30,120){\makebox(60,60){tbll}}
  1793.      \end{picture}}
  1794.     \put(0,240){%
  1795.      \begin{picture}(180,180)
  1796.       \put(0,0){\dashbox{5}(180,180){}}
  1797.       \put(0,0){\line(0,1){180}}
  1798.       \put(0,180){\line(1,0){90}}
  1799.       \put(0,0){\line(1,2){90}}
  1800.       \put(0,120){\makebox(60,60){ruul}}
  1801.      \end{picture}}
  1802.     \put(240,240){%
  1803.      \begin{picture}(180,180)
  1804.       \put(0,0){\dashbox{5}(180,180){}}
  1805.       \put(0,180){\line(1,0){180}}
  1806.       \put(0,90){\line(0,1){90}}
  1807.       \put(0,90){\line(2,1){180}}
  1808.       \put(0,135){\makebox(90,45){rull}}
  1809.      \end{picture}}
  1810.     \put(480,240){%
  1811.      \begin{picture}(180,180)
  1812.       \put(0,0){\dashbox{5}(180,180){}}
  1813.       \put(180,0){\line(0,1){180}}
  1814.       \put(90,180){\line(1,0){90}}
  1815.       \put(90,180){\line(1,-2){90}}
  1816.       \put(120,120){\makebox(60,60){ruur}}
  1817.      \end{picture}}
  1818.     \put(720,240){%
  1819.      \begin{picture}(180,180)
  1820.       \put(0,0){\dashbox{5}(180,180){}}
  1821.       \put(0,180){\line(1,0){180}}
  1822.       \put(180,90){\line(0,1){90}}
  1823.       \put(0,180){\line(2,-1){180}}
  1824.       \put(90,135){\makebox(90,45){rurr}}
  1825.      \end{picture}}
  1826.     \put(0,0){%
  1827.      \begin{picture}(180,180)
  1828.       \put(0,0){\dashbox{5}(180,180){}}
  1829.       \put(180,0){\line(0,1){180}}
  1830.       \put(90,0){\line(1,0){90}}
  1831.       \put(90,0){\line(1,2){90}}
  1832.       \put(120,0){\makebox(60,60){rbbr}}
  1833.      \end{picture}}
  1834.     \put(240,0){%
  1835.      \begin{picture}(180,180)
  1836.       \put(0,0){\dashbox{5}(180,180){}}
  1837.       \put(0,0){\line(1,0){180}}
  1838.       \put(180,0){\line(0,1){90}}
  1839.       \put(0,0){\line(2,1){180}}
  1840.       \put(90,0){\makebox(90,45){rbrr}}
  1841.      \end{picture}}
  1842.     \put(480,0){%
  1843.      \begin{picture}(180,180)
  1844.       \put(0,0){\dashbox{5}(180,180){}}
  1845.       \put(0,0){\line(0,1){180}}
  1846.       \put(0,0){\line(1,0){90}}
  1847.       \put(0,180){\line(1,-2){90}}
  1848.       \put(0,0){\makebox(60,60){rbbl}}
  1849.      \end{picture}}
  1850.     \put(720,0){%
  1851.      \begin{picture}(180,180)
  1852.       \put(0,0){\dashbox{5}(180,180){}}
  1853.       \put(0,0){\line(1,0){180}}
  1854.       \put(0,0){\line(0,1){90}}
  1855.       \put(0,90){\line(2,-1){180}}
  1856.       \put(0,0){\makebox(90,45){rbll}}
  1857.      \end{picture}}
  1858.   \end{picture}
  1859.  \end{center}
  1860.  \caption{Long Patches.}
  1861.  \label{longpatches}
  1862. \end{figure}
  1863. All sizes are given in terms of the fundamental unit of measurement $u$. The 
  1864. quantities {\em body\_height\/} and {\em desc\_depth\/} must include the border 
  1865. which is $2u$ thick. However, {\em width\/} does not need to include this 
  1866. border because the statement \verb"normal_adjust_fit" is equivalent to it 
  1867. horizontally. \MFT\ is somewhat more flexible in the horizontal direction by 
  1868. design and intent. The body of a character definition is simply a series of 
  1869. macro calls. Each line contains the macros for a given pixel in the bitmap. 
  1870. Consequently, each line is reasonably short.
  1871. \newpage %improve a bad page break
  1872. The \MFT\ code ends with a final header containing a few pieces of information 
  1873. for the \TeX\ Font Metric (\verb".tfm") files. The following are the most 
  1874. interesting items: 
  1875. \begin{quote}%Don't put spaces after the next line!
  1876. \begin{verbatim}
  1877. font_normal_space 8u#;
  1878. font_normal_stretch 4u#;
  1879. font_normal_shrink 3u#;
  1880. font_x_height 24u#; %ex
  1881. font_quad 24u#; %em
  1882. \end{verbatim}
  1883. \end{quote}
  1884. I set the normal inter-word spacing to a third of the maximum width of a 
  1885. character. This seems comparable to the scheme used in several Computer Modern 
  1886. fonts. Stretching and shrinking are set to values also comparable to what is
  1887. used elsewhere. I set the typical character height and width to the maximum 
  1888. size of a bitmap. 
  1889. \subsection{Algorithm}
  1890. \label{algorithm}
  1891. Given a bitmap, it is straightforward to determine its width and height, either 
  1892. fixed or minimized, while making sure that the vertical relationship with the 
  1893. horizontal baseline is respected. The bulk of the problem lies in determining 
  1894. the proper combination of squares, triangles, and quarter circles to be used. 
  1895. This subsection describes an algorithm developed jointly by Mr. Masatoshi 
  1896. Watanabe and me. I find that it produces good enough results for my need. But 
  1897. perhaps somebody will not share my opinion, and in that case, the following 
  1898. will no doubt prove helpful. 
  1899. The current bitmap is read into a 24~by~24 array of boolean variables. In what 
  1900. follows, I will say that a cell is {\em active\/} if the bitmap dictates that a 
  1901. dot should lie in it, otherwise it is {\em inactive}. Each cell is subdivided 
  1902. in four, and each subcell is examined with respect to the neighboring cells. 
  1903. The current algorithm is very local in that only neighboring cells in direct 
  1904. contact with the current cell are examined. A more global algorithm should 
  1905. perform better and that is certainly an area worth investigating for future 
  1906. releases.
  1907. From now on, I will concentrate on the upper left subcell. The other three 
  1908. subcells are handled in a similar fashion. In the following diagrams, a 
  1909. $\bullet$ indicates an active cell and a $\times$ indicates an inactive cell. 
  1910. Unlabeled neighboring cells are simply irrelevant.
  1911. The simplest case occurs when the current cell is inactive. Although the center 
  1912. of that cell should remain empty, it is possible to use its border to smooth a 
  1913. nearby painted area. The algorithm always tries to use long shapes first, 
  1914. before falling back to shorter shapes. 
  1915. First, the following cases clearly require that the upper left subcell not 
  1916. be painted: 
  1917. \begin{center}
  1918.  \setlength{\unitlength}{0.4pt}
  1919.  \begin{picture}(660,180)
  1920.   \put(0,0){%
  1921.    \begin{picture}(180,180)
  1922.     \multiput(0,0)(60,0){4}{\dashbox{5}(0,180){}}
  1923.     \multiput(0,0)(0,60){4}{\dashbox{5}(180,0){}}
  1924.     \put(0,0){\makebox(60,60){\Huge$\bullet$}}
  1925.     \put(0,60){\makebox(60,60){\Huge$\bullet$}}
  1926.     \put(0,120){\makebox(60,60){\Huge$\bullet$}}
  1927.     \put(60,0){\makebox(60,60){\Huge$\times$}}
  1928.     \put(60,120){\makebox(60,60){\Huge$\times$}}
  1929.     \put(60,90){\makebox(30,30){\large$\times$}}
  1930.    \end{picture}}
  1931.   \put(240,0){%
  1932.    \begin{picture}(180,180)
  1933.     \multiput(0,0)(60,0){4}{\dashbox{5}(0,180){}}
  1934.     \multiput(0,0)(0,60){4}{\dashbox{5}(180,0){}}
  1935.     \put(0,0){\makebox(60,60){\Huge$\times$}}
  1936.     \put(0,60){\makebox(60,60){\Huge$\times$}}
  1937.     \put(0,120){\makebox(60,60){\Huge$\times$}}
  1938.     \put(60,120){\makebox(60,60){\Huge$\times$}}
  1939.     \put(120,120){\makebox(60,60){\Huge$\times$}}
  1940.     \put(60,90){\makebox(30,30){\large$\times$}}
  1941.    \end{picture}}
  1942.   \put(480,0){%
  1943.    \begin{picture}(180,180)
  1944.     \multiput(0,0)(60,0){4}{\dashbox{5}(0,180){}}
  1945.     \multiput(0,0)(0,60){4}{\dashbox{5}(180,0){}}
  1946.     \put(0,120){\makebox(60,60){\Huge$\bullet$}}
  1947.     \put(60,120){\makebox(60,60){\Huge$\bullet$}}
  1948.     \put(120,120){\makebox(60,60){\Huge$\bullet$}}
  1949.     \put(0,60){\makebox(60,60){\Huge$\times$}}
  1950.     \put(120,60){\makebox(60,60){\Huge$\times$}}
  1951.     \put(60,90){\makebox(30,30){\large$\times$}}
  1952.    \end{picture}}
  1953.  \end{picture}
  1954. \end{center}
  1955. These three cases require reverse triangles involving the upper left subcell:
  1956. \begin{center}
  1957.  \setlength{\unitlength}{0.4pt}
  1958.  \begin{picture}(660,180)
  1959.   \put(0,0){%
  1960.    \begin{picture}(180,180)
  1961.     \multiput(0,0)(60,0){4}{\dashbox{5}(0,180){}}
  1962.     \multiput(0,0)(0,60){4}{\dashbox{5}(180,0){}}
  1963.     \put(0,0){\makebox(60,60){\Huge$\bullet$}}
  1964.     \put(0,60){\makebox(60,60){\Huge$\bullet$}}
  1965.     \put(60,120){\makebox(60,60){\Huge$\bullet$}}
  1966.     \put(120,120){\makebox(60,60){\Huge$\times$}}
  1967.     \put(60,60){\line(0,1){60}}
  1968.     \put(60,120){\line(1,0){30}}
  1969.     \put(60,60){\line(1,2){30}}
  1970.    \end{picture}}
  1971.   \put(240,0){%
  1972.    \begin{picture}(180,180)
  1973.     \multiput(0,0)(60,0){4}{\dashbox{5}(0,180){}}
  1974.     \multiput(0,0)(0,60){4}{\dashbox{5}(180,0){}}
  1975.     \put(120,120){\makebox(60,60){\Huge$\bullet$}}
  1976.     \put(0,60){\makebox(60,60){\Huge$\bullet$}}
  1977.     \put(60,120){\makebox(60,60){\Huge$\bullet$}}
  1978.     \put(0,0){\makebox(60,60){\Huge$\times$}}
  1979.     \put(60,120){\line(1,0){60}}
  1980.     \put(60,90){\line(0,1){30}}
  1981.     \put(60,90){\line(2,1){60}}
  1982.    \end{picture}}
  1983.   \put(480,0){%
  1984.    \begin{picture}(180,180)
  1985.     \multiput(0,0)(60,0){4}{\dashbox{5}(0,180){}}
  1986.     \multiput(0,0)(0,60){4}{\dashbox{5}(180,0){}}
  1987.     \put(0,60){\makebox(60,60){\Huge$\bullet$}}
  1988.     \put(60,120){\makebox(60,60){\Huge$\bullet$}}
  1989.     \put(120,120){\makebox(60,60){\Huge$\times$}}
  1990.     \put(0,0){\makebox(60,60){\Huge$\times$}}
  1991.     \put(60,120){\line(1,0){30}}
  1992.     \put(60,90){\line(0,1){30}}
  1993.     \put(60,90){\line(1,1){30}}
  1994.    \end{picture}}
  1995.  \end{picture}
  1996. \end{center}
  1997. There are two possible ways of handling the remaining case:
  1998. \begin{center}
  1999.  \setlength{\unitlength}{0.4pt}
  2000.  \begin{picture}(420,180)
  2001.   \put(0,0){%
  2002.    \begin{picture}(180,180)
  2003.     \multiput(0,0)(60,0){4}{\dashbox{5}(0,180){}}
  2004.     \multiput(0,0)(0,60){4}{\dashbox{5}(180,0){}}
  2005.     \put(0,0){\makebox(60,60){\Huge$\bullet$}}
  2006.     \put(0,60){\makebox(60,60){\Huge$\bullet$}}
  2007.     \put(60,120){\makebox(60,60){\Huge$\bullet$}}
  2008.     \put(120,120){\makebox(60,60){\Huge$\bullet$}}
  2009.     \put(60,90){\makebox(30,30){\large$\times$}}
  2010.    \end{picture}}
  2011.   \put(240,0){%
  2012.    \begin{picture}(180,180)
  2013.     \multiput(0,0)(60,0){4}{\dashbox{5}(0,180){}}
  2014.     \multiput(0,0)(0,60){4}{\dashbox{5}(180,0){}}
  2015.     \put(0,0){\makebox(60,60){\Huge$\bullet$}}
  2016.     \put(0,60){\makebox(60,60){\Huge$\bullet$}}
  2017.     \put(60,120){\makebox(60,60){\Huge$\bullet$}}
  2018.     \put(120,120){\makebox(60,60){\Huge$\bullet$}}
  2019.     \put(60,120){\line(1,0){30}}
  2020.     \put(60,90){\line(0,1){30}}
  2021.     \put(60,90){\line(1,1){30}}
  2022.    \end{picture}}
  2023.  \end{picture}
  2024. \end{center}
  2025. The technique on the left has the advantage of producing clean crossings of 
  2026. $+$ strokes, but experimentation shows that it often yields bad crossings of 
  2027. $\times$ strokes. The technique on the right produces good crossings of 
  2028. $\times$ strokes, but it also generates crossings of $+$ strokes with 
  2029. unnecessarily round corners. I examined both alternatives with \MFT\ in proof 
  2030. mode, and I found that it is preferable to have characters occasionally 
  2031. slightly too smooth, rather than sharp ones occasionally rough. Therefore, the 
  2032. approach on the right is the one used in \verb"JIS2MF". 
  2033. \newpage %improve a bad page break
  2034. The most complex situation occurs when the center cell is active. Each of its 
  2035. subcells will be filled by a square, a triangle, or a quarter circle. No 
  2036. reverse triangle is used in such instances since I insist that the interior of 
  2037. the cell be filled. As always, long triangles are tried first. The possible 
  2038. four cases involving the upper left subcell are:
  2039. \begin{center}
  2040.  \setlength{\unitlength}{0.4pt}
  2041.  \begin{picture}(900,180)
  2042.   \put(0,0){%
  2043.    \begin{picture}(180,180)
  2044.     \multiput(0,0)(60,0){4}{\dashbox{5}(0,180){}}
  2045.     \multiput(0,0)(0,60){4}{\dashbox{5}(180,0){}}
  2046.     \put(0,0){\makebox(60,60){\Huge$\bullet$}}
  2047.     \put(120,60){\makebox(60,60){\Huge$\bullet$}}
  2048.     \put(0,60){\makebox(60,60){\Huge$\times$}}
  2049.     \put(0,120){\makebox(60,60){\Huge$\times$}}
  2050.     \put(60,120){\makebox(60,60){\Huge$\times$}}
  2051.     \put(120,120){\makebox(60,60){\Huge$\times$}}
  2052.     \put(60,90){\line(1,0){60}}
  2053.     \put(120,90){\line(0,1){30}}
  2054.     \put(60,90){\line(2,1){60}}
  2055.    \end{picture}}
  2056.   \put(240,0){%
  2057.    \begin{picture}(180,180)
  2058.     \multiput(0,0)(60,0){4}{\dashbox{5}(0,180){}}
  2059.     \multiput(0,0)(0,60){4}{\dashbox{5}(180,0){}}
  2060.     \put(60,0){\makebox(60,60){\Huge$\bullet$}}
  2061.     \put(120,120){\makebox(60,60){\Huge$\bullet$}}
  2062.     \put(0,0){\makebox(60,60){\Huge$\times$}}
  2063.     \put(0,60){\makebox(60,60){\Huge$\times$}}
  2064.     \put(0,120){\makebox(60,60){\Huge$\times$}}
  2065.     \put(60,120){\makebox(60,60){\Huge$\times$}}
  2066.     \put(90,60){\line(0,1){60}}
  2067.     \put(60,60){\line(1,0){30}}
  2068.     \put(60,60){\line(1,2){30}}
  2069.    \end{picture}}
  2070.   \put(480,0){%
  2071.    \begin{picture}(180,180)
  2072.     \multiput(0,0)(60,0){4}{\dashbox{5}(0,180){}}
  2073.     \multiput(0,0)(0,60){4}{\dashbox{5}(180,0){}}
  2074.     \put(0,60){\makebox(60,60){\Huge$\bullet$}}
  2075.     \put(120,0){\makebox(60,60){\Huge$\bullet$}}
  2076.     \put(0,120){\makebox(60,60){\Huge$\times$}}
  2077.     \put(60,120){\makebox(60,60){\Huge$\times$}}
  2078.     \put(120,120){\makebox(60,60){\Huge$\times$}}
  2079.     \put(120,60){\makebox(60,60){\Huge$\times$}}
  2080.     \put(60,90){\line(1,0){60}}
  2081.     \put(60,90){\line(0,1){30}}
  2082.     \put(60,120){\line(2,-1){60}}
  2083.    \end{picture}}
  2084.   \put(720,0){%
  2085.    \begin{picture}(180,180)
  2086.     \multiput(0,0)(60,0){4}{\dashbox{5}(0,180){}}
  2087.     \multiput(0,0)(0,60){4}{\dashbox{5}(180,0){}}
  2088.     \put(120,0){\makebox(60,60){\Huge$\bullet$}}
  2089.     \put(60,120){\makebox(60,60){\Huge$\bullet$}}
  2090.     \put(0,0){\makebox(60,60){\Huge$\times$}}
  2091.     \put(60,0){\makebox(60,60){\Huge$\times$}}
  2092.     \put(0,60){\makebox(60,60){\Huge$\times$}}
  2093.     \put(0,120){\makebox(60,60){\Huge$\times$}}
  2094.     \put(90,60){\line(0,1){60}}
  2095.     \put(60,120){\line(1,0){30}}
  2096.     \put(60,120){\line(1,-2){30}}
  2097.    \end{picture}}
  2098.  \end{picture}
  2099. \end{center}
  2100. If none of these cases can be applied, the following three cases are tried out:
  2101. \begin{center}
  2102.  \setlength{\unitlength}{0.4pt}
  2103.  \begin{picture}(660,180)
  2104.   \put(0,0){%
  2105.    \begin{picture}(180,180)
  2106.     \multiput(0,0)(60,0){4}{\dashbox{5}(0,180){}}
  2107.     \multiput(0,0)(0,60){4}{\dashbox{5}(180,0){}}
  2108.     \put(0,60){\makebox(60,60){\Huge$\bullet$}}
  2109.     \put(60,90){\framebox(30,30){}}
  2110.    \end{picture}}
  2111.   \put(240,0){%
  2112.    \begin{picture}(180,180)
  2113.     \multiput(0,0)(60,0){4}{\dashbox{5}(0,180){}}
  2114.     \multiput(0,0)(0,60){4}{\dashbox{5}(180,0){}}
  2115.     \put(0,120){\makebox(60,60){\Huge$\bullet$}}
  2116.     \put(60,90){\framebox(30,30){}}
  2117.    \end{picture}}
  2118.   \put(480,0){%
  2119.    \begin{picture}(180,180)
  2120.     \multiput(0,0)(60,0){4}{\dashbox{5}(0,180){}}
  2121.     \multiput(0,0)(0,60){4}{\dashbox{5}(180,0){}}
  2122.     \put(60,120){\makebox(60,60){\Huge$\bullet$}}
  2123.     \put(60,90){\framebox(30,30){}}
  2124.    \end{picture}}
  2125.  \end{picture}
  2126. \end{center}
  2127. If neither of these is relevant, I always resort to one of these three final 
  2128. cases:
  2129. \begin{center}
  2130.  \setlength{\unitlength}{0.4pt}
  2131.  \begin{picture}(660,180)
  2132.   \put(0,0){%
  2133.    \begin{picture}(180,180)
  2134.     \multiput(0,0)(60,0){4}{\dashbox{5}(0,180){}}
  2135.     \multiput(0,0)(0,60){4}{\dashbox{5}(180,0){}}
  2136.     \put(0,60){\makebox(60,60){\Huge$\times$}}
  2137.     \put(0,120){\makebox(60,60){\Huge$\times$}}
  2138.     \put(60,120){\makebox(60,60){\Huge$\times$}}
  2139.     \put(120,120){\makebox(60,60){\Huge$\bullet$}}
  2140.     \put(90,90){\line(-1,0){30}}
  2141.     \put(90,90){\line(0,1){30}}
  2142.     \put(60,90){\line(1,1){30}}
  2143.    \end{picture}}
  2144.   \put(240,0){%
  2145.    \begin{picture}(180,180)
  2146.     \multiput(0,0)(60,0){4}{\dashbox{5}(0,180){}}
  2147.     \multiput(0,0)(0,60){4}{\dashbox{5}(180,0){}}
  2148.     \put(0,60){\makebox(60,60){\Huge$\times$}}
  2149.     \put(0,120){\makebox(60,60){\Huge$\times$}}
  2150.     \put(60,120){\makebox(60,60){\Huge$\times$}}
  2151.     \put(0,0){\makebox(60,60){\Huge$\bullet$}}
  2152.     \put(90,90){\line(-1,0){30}}
  2153.     \put(90,90){\line(0,1){30}}
  2154.     \put(60,90){\line(1,1){30}}
  2155.    \end{picture}}
  2156.   \put(480,0){%
  2157.    \begin{picture}(180,180)
  2158.     \multiput(0,0)(60,0){4}{\dashbox{5}(0,180){}}
  2159.     \multiput(0,0)(0,60){4}{\dashbox{5}(180,0){}}
  2160.     \put(0,60){\makebox(60,60){\Huge$\times$}}
  2161.     \put(0,120){\makebox(60,60){\Huge$\times$}}
  2162.     \put(60,120){\makebox(60,60){\Huge$\times$}}
  2163.     \put(0,0){\makebox(60,60){\Huge$\times$}}
  2164.     \put(120,120){\makebox(60,60){\Huge$\times$}}
  2165.     \put(90,90){\line(-1,0){30}}
  2166.     \put(90,90){\line(0,1){30}}
  2167.     \put(90.0,120.0){\circle*{1}}\put(89.3,120.0){\circle*{1}}
  2168.     \put(88.6,120.0){\circle*{1}}\put(87.9,119.9){\circle*{1}}
  2169.     \put(87.2,119.9){\circle*{1}}\put(86.5,119.8){\circle*{1}}
  2170.     \put(85.8,119.7){\circle*{1}}\put(85.1,119.6){\circle*{1}}
  2171.     \put(84.3,119.5){\circle*{1}}\put(83.6,119.3){\circle*{1}}
  2172.     \put(82.9,119.2){\circle*{1}}\put(82.2,119.0){\circle*{1}}
  2173.     \put(81.5,118.8){\circle*{1}}\put(80.8,118.6){\circle*{1}}
  2174.     \put(80.1,118.3){\circle*{1}}\put(79.4,118.1){\circle*{1}}
  2175.     \put(78.7,117.8){\circle*{1}}\put(78.0,117.5){\circle*{1}}
  2176.     \put(77.3,117.2){\circle*{1}}\put(76.6,116.8){\circle*{1}}
  2177.     \put(75.9,116.5){\circle*{1}}\put(75.2,116.1){\circle*{1}}
  2178.     \put(74.4,115.7){\circle*{1}}\put(73.7,115.2){\circle*{1}}
  2179.     \put(73.0,114.7){\circle*{1}}\put(72.3,114.2){\circle*{1}}
  2180.     \put(71.6,113.7){\circle*{1}}\put(70.9,113.1){\circle*{1}}
  2181.     \put(70.2,112.5){\circle*{1}}\put(69.5,111.9){\circle*{1}}
  2182.     \put(68.8,111.2){\circle*{1}}\put(60.0,90.0){\circle*{1}}
  2183.     \put(60.0,90.7){\circle*{1}}\put(60.0,91.4){\circle*{1}}
  2184.     \put(60.1,92.1){\circle*{1}}\put(60.1,92.8){\circle*{1}}
  2185.     \put(60.2,93.5){\circle*{1}}\put(60.3,94.2){\circle*{1}}
  2186.     \put(60.4,94.9){\circle*{1}}\put(60.5,95.7){\circle*{1}}
  2187.     \put(60.7,96.4){\circle*{1}}\put(60.8,97.1){\circle*{1}}
  2188.     \put(61.0,97.8){\circle*{1}}\put(61.2,98.5){\circle*{1}}
  2189.     \put(61.4,99.2){\circle*{1}}\put(61.7,99.9){\circle*{1}}
  2190.     \put(61.9,100.6){\circle*{1}}\put(62.2,101.3){\circle*{1}}
  2191.     \put(62.5,102.0){\circle*{1}}\put(62.8,102.7){\circle*{1}}
  2192.     \put(63.2,103.4){\circle*{1}}\put(63.5,104.1){\circle*{1}}
  2193.     \put(63.9,104.8){\circle*{1}}\put(64.3,105.6){\circle*{1}}
  2194.     \put(64.8,106.3){\circle*{1}}\put(65.3,107.0){\circle*{1}}
  2195.     \put(65.8,107.7){\circle*{1}}\put(66.3,108.4){\circle*{1}}
  2196.     \put(66.9,109.1){\circle*{1}}\put(67.5,109.8){\circle*{1}}
  2197.     \put(68.1,110.5){\circle*{1}}
  2198.    \end{picture}}
  2199.  \end{picture}
  2200. \end{center}
  2201. Note that an active cell surrounded by inactive ones is always eventually 
  2202. filled by four quarter circles; the original bitmap pixel remains unchanged. In 
  2203. that case, rather than using four quarter circle macro calls, I use one call to 
  2204. another macro which paints one complete circle. The case of four squares is 
  2205. handled similarly with one big square. These two additional macros complete the 
  2206. collection of painting macros used by \verb"JIS2MF". 
  2207. \newpage %improve a bad page break
  2208. Figure~\ref{bitmapandcontinuouscharacter} illustrates typical results obtained 
  2209. with this algorithm using bitmap~2512 of the JIS~24 dot font. 
  2210. \begin{figure}[htb]
  2211.  \begin{center}
  2212.   \setlength{\unitlength}{6pt}
  2213.   \begin{picture}(56,24)
  2214.    \put(0,0){%
  2215.     \begin{picture}(25,25)(1,1)
  2216.      \put(1,1){\dashbox{0.25}(24,24){}}
  2217.      \put(1,5){\makebox(1,1){$\bullet$}}\put(1,16){\makebox(1,1){$\bullet$}}
  2218.      \put(1,20){\makebox(1,1){$\bullet$}}\put(2,6){\makebox(1,1){$\bullet$}}
  2219.      \put(2,16){\makebox(1,1){$\bullet$}}\put(2,20){\makebox(1,1){$\bullet$}}
  2220.      \put(3,7){\makebox(1,1){$\bullet$}}\put(3,8){\makebox(1,1){$\bullet$}}
  2221.      \put(3,16){\makebox(1,1){$\bullet$}}\put(3,20){\makebox(1,1){$\bullet$}}
  2222.      \put(4,8){\makebox(1,1){$\bullet$}}\put(4,9){\makebox(1,1){$\bullet$}}
  2223.      \put(4,10){\makebox(1,1){$\bullet$}}\put(4,16){\makebox(1,1){$\bullet$}}
  2224.      \put(4,21){\makebox(1,1){$\bullet$}}\put(5,10){\makebox(1,1){$\bullet$}}
  2225.      \put(5,11){\makebox(1,1){$\bullet$}}\put(5,12){\makebox(1,1){$\bullet$}}
  2226.      \put(5,13){\makebox(1,1){$\bullet$}}\put(5,16){\makebox(1,1){$\bullet$}}
  2227.      \put(5,21){\makebox(1,1){$\bullet$}}\put(6,1){\makebox(1,1){$\bullet$}}
  2228.      \put(6,2){\makebox(1,1){$\bullet$}}\put(6,3){\makebox(1,1){$\bullet$}}
  2229.      \put(6,4){\makebox(1,1){$\bullet$}}\put(6,5){\makebox(1,1){$\bullet$}}
  2230.      \put(6,6){\makebox(1,1){$\bullet$}}\put(6,7){\makebox(1,1){$\bullet$}}
  2231.      \put(6,8){\makebox(1,1){$\bullet$}}\put(6,9){\makebox(1,1){$\bullet$}}
  2232.      \put(6,10){\makebox(1,1){$\bullet$}}\put(6,11){\makebox(1,1){$\bullet$}}
  2233.      \put(6,12){\makebox(1,1){$\bullet$}}\put(6,13){\makebox(1,1){$\bullet$}}
  2234.      \put(6,14){\makebox(1,1){$\bullet$}}\put(6,15){\makebox(1,1){$\bullet$}}
  2235.      \put(6,16){\makebox(1,1){$\bullet$}}\put(6,17){\makebox(1,1){$\bullet$}}
  2236.      \put(6,18){\makebox(1,1){$\bullet$}}\put(6,19){\makebox(1,1){$\bullet$}}
  2237.      \put(6,20){\makebox(1,1){$\bullet$}}\put(6,21){\makebox(1,1){$\bullet$}}
  2238.      \put(7,1){\makebox(1,1){$\bullet$}}\put(7,2){\makebox(1,1){$\bullet$}}
  2239.      \put(7,3){\makebox(1,1){$\bullet$}}\put(7,4){\makebox(1,1){$\bullet$}}
  2240.      \put(7,5){\makebox(1,1){$\bullet$}}\put(7,6){\makebox(1,1){$\bullet$}}
  2241.      \put(7,7){\makebox(1,1){$\bullet$}}\put(7,8){\makebox(1,1){$\bullet$}}
  2242.      \put(7,9){\makebox(1,1){$\bullet$}}\put(7,10){\makebox(1,1){$\bullet$}}
  2243.      \put(7,11){\makebox(1,1){$\bullet$}}\put(7,12){\makebox(1,1){$\bullet$}}
  2244.      \put(7,13){\makebox(1,1){$\bullet$}}\put(7,14){\makebox(1,1){$\bullet$}}
  2245.      \put(7,15){\makebox(1,1){$\bullet$}}\put(7,16){\makebox(1,1){$\bullet$}}
  2246.      \put(7,17){\makebox(1,1){$\bullet$}}\put(7,18){\makebox(1,1){$\bullet$}}
  2247.      \put(7,19){\makebox(1,1){$\bullet$}}\put(7,20){\makebox(1,1){$\bullet$}}
  2248.      \put(7,21){\makebox(1,1){$\bullet$}}\put(7,22){\makebox(1,1){$\bullet$}}
  2249.      \put(8,12){\makebox(1,1){$\bullet$}}\put(8,16){\makebox(1,1){$\bullet$}}
  2250.      \put(8,22){\makebox(1,1){$\bullet$}}\put(9,12){\makebox(1,1){$\bullet$}}
  2251.      \put(9,16){\makebox(1,1){$\bullet$}}\put(9,22){\makebox(1,1){$\bullet$}}
  2252.      \put(9,23){\makebox(1,1){$\bullet$}}\put(10,3){\makebox(1,1){$\bullet$}}
  2253.      \put(10,11){\makebox(1,1){$\bullet$}}\put(10,16){\makebox(1,1){$\bullet$}}
  2254.      \put(10,17){\makebox(1,1){$\bullet$}}\put(10,23){\makebox(1,1){$\bullet$}}
  2255.      \put(10,24){\makebox(1,1){$\bullet$}}\put(11,1){\makebox(1,1){$\bullet$}}
  2256.      \put(11,2){\makebox(1,1){$\bullet$}}\put(11,3){\makebox(1,1){$\bullet$}}
  2257.      \put(11,9){\makebox(1,1){$\bullet$}}\put(11,10){\makebox(1,1){$\bullet$}}
  2258.      \put(11,11){\makebox(1,1){$\bullet$}}\put(11,16){\makebox(1,1){$\bullet$}}
  2259.      \put(11,17){\makebox(1,1){$\bullet$}}\put(11,23){\makebox(1,1){$\bullet$}}
  2260.      \put(11,24){\makebox(1,1){$\bullet$}}\put(12,2){\makebox(1,1){$\bullet$}}
  2261.      \put(12,3){\makebox(1,1){$\bullet$}}\put(12,9){\makebox(1,1){$\bullet$}}
  2262.      \put(12,10){\makebox(1,1){$\bullet$}}\put(12,16){\makebox(1,1){$\bullet$}}
  2263.      \put(12,23){\makebox(1,1){$\bullet$}}\put(13,2){\makebox(1,1){$\bullet$}}
  2264.      \put(13,3){\makebox(1,1){$\bullet$}}\put(14,2){\makebox(1,1){$\bullet$}}
  2265.      \put(14,3){\makebox(1,1){$\bullet$}}\put(14,4){\makebox(1,1){$\bullet$}}
  2266.      \put(14,5){\makebox(1,1){$\bullet$}}\put(15,3){\makebox(1,1){$\bullet$}}
  2267.      \put(15,6){\makebox(1,1){$\bullet$}}\put(15,7){\makebox(1,1){$\bullet$}}
  2268.      \put(15,8){\makebox(1,1){$\bullet$}}\put(15,9){\makebox(1,1){$\bullet$}}
  2269.      \put(16,3){\makebox(1,1){$\bullet$}}\put(16,8){\makebox(1,1){$\bullet$}}
  2270.      \put(16,9){\makebox(1,1){$\bullet$}}\put(16,10){\makebox(1,1){$\bullet$}}
  2271.      \put(16,11){\makebox(1,1){$\bullet$}}\put(16,12){\makebox(1,1){$\bullet$}}
  2272.      \put(16,13){\makebox(1,1){$\bullet$}}\put(16,14){\makebox(1,1){$\bullet$}}
  2273.      \put(16,15){\makebox(1,1){$\bullet$}}\put(16,16){\makebox(1,1){$\bullet$}}
  2274.      \put(17,3){\makebox(1,1){$\bullet$}}\put(17,12){\makebox(1,1){$\bullet$}}
  2275.      \put(17,13){\makebox(1,1){$\bullet$}}\put(17,14){\makebox(1,1){$\bullet$}}
  2276.      \put(17,15){\makebox(1,1){$\bullet$}}\put(17,16){\makebox(1,1){$\bullet$}}
  2277.      \put(17,17){\makebox(1,1){$\bullet$}}\put(17,18){\makebox(1,1){$\bullet$}}
  2278.      \put(17,19){\makebox(1,1){$\bullet$}}\put(17,20){\makebox(1,1){$\bullet$}}
  2279.      \put(17,21){\makebox(1,1){$\bullet$}}\put(17,22){\makebox(1,1){$\bullet$}}
  2280.      \put(17,23){\makebox(1,1){$\bullet$}}\put(17,24){\makebox(1,1){$\bullet$}}
  2281.      \put(18,3){\makebox(1,1){$\bullet$}}\put(18,17){\makebox(1,1){$\bullet$}}
  2282.      \put(18,18){\makebox(1,1){$\bullet$}}\put(18,19){\makebox(1,1){$\bullet$}}
  2283.      \put(18,20){\makebox(1,1){$\bullet$}}\put(18,21){\makebox(1,1){$\bullet$}}
  2284.      \put(18,22){\makebox(1,1){$\bullet$}}\put(18,23){\makebox(1,1){$\bullet$}}
  2285.      \put(19,4){\makebox(1,1){$\bullet$}}\put(19,23){\makebox(1,1){$\bullet$}}
  2286.      \put(20,4){\makebox(1,1){$\bullet$}}\put(20,8){\makebox(1,1){$\bullet$}}
  2287.      \put(21,4){\makebox(1,1){$\bullet$}}\put(21,6){\makebox(1,1){$\bullet$}}
  2288.      \put(21,7){\makebox(1,1){$\bullet$}}\put(22,4){\makebox(1,1){$\bullet$}}
  2289.      \put(22,5){\makebox(1,1){$\bullet$}}\put(22,6){\makebox(1,1){$\bullet$}}
  2290.      \put(23,1){\makebox(1,1){$\bullet$}}\put(23,2){\makebox(1,1){$\bullet$}}
  2291.      \put(23,3){\makebox(1,1){$\bullet$}}\put(23,4){\makebox(1,1){$\bullet$}}
  2292.      \put(23,5){\makebox(1,1){$\bullet$}}\put(24,1){\makebox(1,1){$\bullet$}}
  2293.      \put(24,2){\makebox(1,1){$\bullet$}}\put(24,3){\makebox(1,1){$\bullet$}}
  2294.     \end{picture}}
  2295.    \put(32,0){%
  2296.     \begin{picture}(24,21.25)(0,-2.75)
  2297.      \newsavebox{\sss}
  2298.      \sbox{\sss}{%
  2299.       \begin{picture}(1,1)
  2300.        \put(0,0){\framebox(1,1){}}
  2301.       \end{picture}}
  2302.      \newsavebox{\sul}
  2303.      \sbox{\sul}{%
  2304.       \begin{picture}(1,1)
  2305.        \put(0,0.5){\framebox(0.5,0.5){}}
  2306.       \end{picture}}
  2307.      \newsavebox{\sur}
  2308.      \sbox{\sur}{%
  2309.       \begin{picture}(1,1)
  2310.        \put(0.5,0.5){\framebox(0.5,0.5){}}
  2311.       \end{picture}}
  2312.      \newsavebox{\sbr}
  2313.      \sbox{\sbr}{%
  2314.       \begin{picture}(1,1)
  2315.        \put(0.5,0){\framebox(0.5,0.5){}}
  2316.       \end{picture}}
  2317.      \newsavebox{\sbl}
  2318.      \sbox{\sbl}{%
  2319.       \begin{picture}(1,1)
  2320.        \put(0,0){\framebox(0.5,0.5){}}
  2321.       \end{picture}}
  2322.      \newsavebox{\cul}
  2323.      \sbox{\cul}{%
  2324.       \begin{picture}(1,1)
  2325.        \put(0.5,0.5){\line(-1,0){0.5}}
  2326.        \put(0.5,0.5){\line(0,1){0.5}}
  2327.        \put(0.50,1.00){\circle*{0.05}}\put(0.43,0.99){\circle*{0.05}}
  2328.        \put(0.36,0.98){\circle*{0.05}}\put(0.29,0.95){\circle*{0.05}}
  2329.        \put(0.22,0.91){\circle*{0.05}}\put(0.15,0.85){\circle*{0.05}}
  2330.        \put(0.00,0.50){\circle*{0.05}}\put(0.01,0.57){\circle*{0.05}}
  2331.        \put(0.02,0.64){\circle*{0.05}}\put(0.05,0.71){\circle*{0.05}}
  2332.        \put(0.09,0.78){\circle*{0.05}}
  2333.       \end{picture}}
  2334.      \newsavebox{\cur}
  2335.      \sbox{\cur}{%
  2336.       \begin{picture}(1,1)
  2337.        \put(0.5,0.5){\line(1,0){0.5}}
  2338.        \put(0.5,0.5){\line(0,1){0.5}}
  2339.        \put(0.50,1.00){\circle*{0.05}}\put(0.57,0.99){\circle*{0.05}}
  2340.        \put(0.64,0.98){\circle*{0.05}}\put(0.71,0.95){\circle*{0.05}}
  2341.        \put(0.78,0.91){\circle*{0.05}}\put(0.85,0.85){\circle*{0.05}}
  2342.        \put(1.00,0.50){\circle*{0.05}}\put(0.99,0.57){\circle*{0.05}}
  2343.        \put(0.98,0.64){\circle*{0.05}}\put(0.95,0.71){\circle*{0.05}}
  2344.        \put(0.91,0.78){\circle*{0.05}}
  2345.       \end{picture}}
  2346.      \newsavebox{\cbr}
  2347.      \sbox{\cbr}{%
  2348.       \begin{picture}(1,1)
  2349.        \put(0.5,0.5){\line(1,0){0.5}}
  2350.        \put(0.5,0.5){\line(0,-1){0.5}}
  2351.        \put(0.50,0.00){\circle*{0.05}}\put(0.57,0.01){\circle*{0.05}}
  2352.        \put(0.64,0.02){\circle*{0.05}}\put(0.71,0.05){\circle*{0.05}}
  2353.        \put(0.78,0.09){\circle*{0.05}}\put(0.85,0.15){\circle*{0.05}}
  2354.        \put(1.00,0.50){\circle*{0.05}}\put(0.99,0.43){\circle*{0.05}}
  2355.        \put(0.98,0.36){\circle*{0.05}}\put(0.95,0.29){\circle*{0.05}}
  2356.        \put(0.91,0.22){\circle*{0.05}}
  2357.       \end{picture}}
  2358.      \newsavebox{\cbl}
  2359.      \sbox{\cbl}{%
  2360.       \begin{picture}(1,1)
  2361.        \put(0.5,0.5){\line(-1,0){0.5}}
  2362.        \put(0.5,0.5){\line(0,-1){0.5}}
  2363.        \put(0.50,0.00){\circle*{0.05}}\put(0.43,0.01){\circle*{0.05}}
  2364.        \put(0.36,0.02){\circle*{0.05}}\put(0.29,0.05){\circle*{0.05}}
  2365.        \put(0.22,0.09){\circle*{0.05}}\put(0.15,0.15){\circle*{0.05}}
  2366.        \put(0.00,0.50){\circle*{0.05}}\put(0.01,0.43){\circle*{0.05}}
  2367.        \put(0.02,0.36){\circle*{0.05}}\put(0.05,0.29){\circle*{0.05}}
  2368.        \put(0.09,0.22){\circle*{0.05}}
  2369.       \end{picture}}
  2370.      \newsavebox{\tul}
  2371.      \sbox{\tul}{%
  2372.       \begin{picture}(1,1)
  2373.        \put(0.5,0.5){\line(-1,0){0.5}}
  2374.        \put(0.5,0.5){\line(0,1){0.5}}
  2375.        \multiput(0,0.5)(0.05,0.05){11}{\circle*{0.05}}
  2376.       \end{picture}}
  2377.      \newsavebox{\tur}
  2378.      \sbox{\tur}{%
  2379.       \begin{picture}(1,1)
  2380.        \put(0.5,0.5){\line(1,0){0.5}}
  2381.        \put(0.5,0.5){\line(0,1){0.5}}
  2382.        \put(0.5,1){\line(1,-1){0.5}}
  2383.        \multiput(0.5,1)(0.05,-0.05){11}{\circle*{0.05}}
  2384.       \end{picture}}
  2385.      \newsavebox{\tbr}
  2386.      \sbox{\tbr}{%
  2387.       \begin{picture}(1,1)
  2388.        \put(0.5,0.5){\line(1,0){0.5}}
  2389.        \put(0.5,0.5){\line(0,-1){0.5}}
  2390.        \put(0.5,0){\line(1,1){0.5}}
  2391.        \multiput(0.5,0)(0.05,0.05){11}{\circle*{0.05}}
  2392.       \end{picture}}
  2393.      \newsavebox{\tbl}
  2394.      \sbox{\tbl}{%
  2395.       \begin{picture}(1,1)
  2396.        \put(0.5,0.5){\line(-1,0){0.5}}
  2397.        \put(0.5,0.5){\line(0,-1){0.5}}
  2398.        \put(0,0.5){\line(1,-1){0.5}}
  2399.        \multiput(0,0.5)(0.05,-0.05){11}{\circle*{0.05}}
  2400.       \end{picture}}
  2401.      \newsavebox{\rul}
  2402.      \sbox{\rul}{%
  2403.       \begin{picture}(1,1)
  2404.        \put(0,1){\line(1,0){0.5}}
  2405.        \put(0,0.5){\line(0,1){0.5}}
  2406.        \put(0,0.5){\line(1,1){0.5}}
  2407.        \multiput(0,0.5)(0.05,0.05){11}{\circle*{0.05}}
  2408.       \end{picture}}
  2409.      \newsavebox{\rur}
  2410.      \sbox{\rur}{%
  2411.       \begin{picture}(1,1)
  2412.        \put(0.5,1){\line(1,0){0.5}}
  2413.        \put(1,0.5){\line(0,1){0.5}}
  2414.        \put(0.5,1){\line(1,-1){0.5}}
  2415.        \multiput(0.5,1)(0.05,-0.05){11}{\circle*{0.05}}
  2416.       \end{picture}}
  2417.      \newsavebox{\rbr}
  2418.      \sbox{\rbr}{%
  2419.       \begin{picture}(1,1)
  2420.        \put(0.5,0){\line(1,0){0.5}}
  2421.        \put(1,0){\line(0,1){0.5}}
  2422.        \put(0.5,0){\line(1,1){0.5}}
  2423.        \multiput(0.5,0)(0.05,0.05){11}{\circle*{0.05}}
  2424.       \end{picture}}
  2425.      \newsavebox{\rbl}
  2426.      \sbox{\rbl}{%
  2427.       \begin{picture}(1,1)
  2428.        \put(0,0){\line(1,0){0.5}}
  2429.        \put(0,0){\line(0,1){0.5}}
  2430.        \put(0,0.5){\line(1,-1){0.5}}
  2431.        \multiput(0,0.5)(0.05,-0.05){11}{\circle*{0.05}}
  2432.       \end{picture}}
  2433.      \newsavebox{\tuul}
  2434.      \sbox{\tuul}{%
  2435.       \begin{picture}(1,1)
  2436.        \put(0,0.5){\line(1,0){1}}
  2437.        \put(1,0.5){\line(0,1){0.5}}
  2438.        \multiput(0,0.5)(0.05,0.025){21}{\circle*{0.05}}
  2439.       \end{picture}}
  2440.      \newsavebox{\tuur}
  2441.      \sbox{\tuur}{%
  2442.       \begin{picture}(1,1)
  2443.        \put(0,0.5){\line(1,0){1}}
  2444.        \put(0,0.5){\line(0,1){0.5}}
  2445.        \multiput(0,1)(0.05,-0.025){21}{\circle*{0.05}}
  2446.       \end{picture}}
  2447.      \newsavebox{\tbbl}
  2448.      \sbox{\tbbl}{%
  2449.       \begin{picture}(1,1)
  2450.        \put(0,0.5){\line(1,0){1}}
  2451.        \put(1,0){\line(0,1){0.5}}
  2452.        \multiput(0,0.5)(0.05,-0.025){21}{\circle*{0.05}}
  2453.       \end{picture}}
  2454.      \newsavebox{\tbbr}
  2455.      \sbox{\tbbr}{%
  2456.       \begin{picture}(1,1)
  2457.        \put(0,0.5){\line(1,0){1}}
  2458.        \put(0,0){\line(0,1){0.5}}
  2459.        \multiput(0,0)(0.05,0.025){21}{\circle*{0.05}}
  2460.       \end{picture}}
  2461.      \newsavebox{\tull}
  2462.      \sbox{\tull}{%
  2463.       \begin{picture}(1,1)
  2464.        \put(0.5,0){\line(0,1){1}}
  2465.        \put(0,0){\line(1,0){0.5}}
  2466.        \multiput(0,0)(0.025,0.05){21}{\circle*{0.05}}
  2467.       \end{picture}}
  2468.      \newsavebox{\turr}
  2469.      \sbox{\turr}{%
  2470.       \begin{picture}(1,1)
  2471.        \put(0.5,0){\line(0,1){1}}
  2472.        \put(0.5,0){\line(1,0){0.5}}
  2473.        \multiput(0.5,1)(0.025,-0.05){21}{\circle*{0.05}}
  2474.       \end{picture}}
  2475.      \newsavebox{\tbll}
  2476.      \sbox{\tbll}{%
  2477.       \begin{picture}(1,1)
  2478.        \put(0.5,0){\line(0,1){1}}
  2479.        \put(0,1){\line(1,0){0.5}}
  2480.        \multiput(0,1)(0.025,-0.05){21}{\circle*{0.05}}
  2481.       \end{picture}}
  2482.      \newsavebox{\tbrr}
  2483.      \sbox{\tbrr}{%
  2484.       \begin{picture}(1,1)
  2485.        \put(0.5,0){\line(0,1){1}}
  2486.        \put(0.5,1){\line(1,0){0.5}}
  2487.        \multiput(0.5,0)(0.025,0.05){21}{\circle*{0.05}}
  2488.       \end{picture}}
  2489.      \newsavebox{\ruul}
  2490.      \sbox{\ruul}{%
  2491.       \begin{picture}(1,1)
  2492.        \put(0,1){\line(1,0){0.5}}
  2493.        \put(0,0){\line(0,1){1}}
  2494.        \multiput(0,0)(0.025,0.05){21}{\circle*{0.05}}
  2495.       \end{picture}}
  2496.      \newsavebox{\ruur}
  2497.      \sbox{\ruur}{%
  2498.       \begin{picture}(1,1)
  2499.        \put(0.5,1){\line(1,0){0.5}}
  2500.        \put(1,0){\line(0,1){1}}
  2501.        \multiput(0.5,1)(0.025,-0.05){21}{\circle*{0.05}}
  2502.       \end{picture}}
  2503.      \newsavebox{\rbbl}
  2504.      \sbox{\rbbl}{%
  2505.       \begin{picture}(1,1)
  2506.        \put(0,0){\line(1,0){0.5}}
  2507.        \put(0,0){\line(0,1){1}}
  2508.        \multiput(0,1)(0.025,-0.05){21}{\circle*{0.05}}
  2509.       \end{picture}}
  2510.      \newsavebox{\rbbr}
  2511.      \sbox{\rbbr}{%
  2512.       \begin{picture}(1,1)
  2513.        \put(0.5,0){\line(1,0){0.5}}
  2514.        \put(1,0){\line(0,1){1}}
  2515.        \multiput(0.5,0)(0.025,0.05){21}{\circle*{0.05}}
  2516.       \end{picture}}
  2517.      \newsavebox{\rull}
  2518.      \sbox{\rull}{%
  2519.       \begin{picture}(1,1)
  2520.        \put(0,1){\line(1,0){1}}
  2521.        \put(0,0.5){\line(0,1){0.5}}
  2522.        \multiput(0,0.5)(0.05,0.025){21}{\circle*{0.05}}
  2523.       \end{picture}}
  2524.      \newsavebox{\rurr}
  2525.      \sbox{\rurr}{%
  2526.       \begin{picture}(1,1)
  2527.        \put(0,1){\line(1,0){1}}
  2528.        \put(1,0.5){\line(0,1){0.5}}
  2529.        \multiput(0,1)(0.05,-0.025){21}{\circle*{0.05}}
  2530.       \end{picture}}
  2531.      \newsavebox{\rbll}
  2532.      \sbox{\rbll}{%
  2533.       \begin{picture}(1,1)
  2534.        \put(0,0){\line(1,0){1}}
  2535.        \put(0,0){\line(0,1){0.5}}
  2536.        \multiput(0,0.5)(0.05,-0.025){21}{\circle*{0.05}}
  2537.       \end{picture}}
  2538.      \newsavebox{\rbrr}
  2539.      \sbox{\rbrr}{%
  2540.       \begin{picture}(1,1)
  2541.        \put(0,0){\line(1,0){1}}
  2542.        \put(1,0){\line(0,1){0.5}}
  2543.        \multiput(0,0)(0.05,0.025){21}{\circle*{0.05}}
  2544.       \end{picture}}
  2545.      \put(0,-2.75){\dashbox{0.25}(24,24){}}
  2546.      \put(0,0){\line(1,0){24}}
  2547.      \put(0,1.25){\usebox{\tul}}\put(0,1.25){\usebox{\sur}}
  2548.      \put(0,1.25){\usebox{\cbl}}\put(0,1.25){\usebox{\tbr}}
  2549.      \put(0,2.25){\usebox{\rbr}}\put(0,12.25){\usebox{\cul}}
  2550.      \put(0,12.25){\usebox{\sur}}\put(0,12.25){\usebox{\cbl}}
  2551.      \put(0,12.25){\usebox{\sbr}}\put(0,16.25){\usebox{\cul}}
  2552.      \put(0,16.25){\usebox{\sur}}\put(0,16.25){\usebox{\cbl}}
  2553.      \put(0,16.25){\usebox{\sbr}}\put(1,1.25){\usebox{\rul}}
  2554.      \put(1,2.25){\usebox{\tul}}\put(1,2.25){\usebox{\sur}}
  2555.      \put(1,2.25){\usebox{\sbl}}\put(1,2.25){\usebox{\tbr}}
  2556.      \put(1,3.25){\usebox{\rbbr}}\put(1,12.25){\usebox{\sss}}
  2557.      \put(1,16.25){\usebox{\sss}}\put(2,2.25){\usebox{\rul}}
  2558.      \put(2,3.25){\usebox{\sul}}\put(2,3.25){\usebox{\sur}}
  2559.      \put(2,3.25){\usebox{\sbl}}\put(2,3.25){\usebox{\tbr}}
  2560.      \put(2,4.25){\usebox{\tull}}\put(2,4.25){\usebox{\sur}}
  2561.      \put(2,4.25){\usebox{\sbr}}\put(2,5.25){\usebox{\rbbr}}
  2562.      \put(2,12.25){\usebox{\sss}}\put(2,16.25){\usebox{\tbbr}}
  2563.      \put(2,16.25){\usebox{\sul}}\put(2,16.25){\usebox{\sur}}
  2564.      \put(2,17.25){\usebox{\rbrr}}\put(3,3.25){\usebox{\rul}}
  2565.      \put(3,4.25){\usebox{\tbrr}}\put(3,4.25){\usebox{\sul}}
  2566.      \put(3,4.25){\usebox{\sbl}}\put(3,5.25){\usebox{\sss}}
  2567.      \put(3,6.25){\usebox{\tull}}\put(3,6.25){\usebox{\sur}}
  2568.      \put(3,6.25){\usebox{\sbr}}\put(3,7.25){\usebox{\rbbr}}
  2569.      \put(3,12.25){\usebox{\sss}}\put(3,16.25){\usebox{\rull}}
  2570.      \put(3,17.25){\usebox{\tuul}}\put(3,17.25){\usebox{\sbl}}
  2571.      \put(3,17.25){\usebox{\sbr}}\put(4,5.25){\usebox{\rul}}
  2572.      \put(4,5.25){\usebox{\rur}}\put(4,6.25){\usebox{\sss}}
  2573.      \put(4,7.25){\usebox{\sss}}\put(4,8.25){\usebox{\sss}}
  2574.      \put(4,9.25){\usebox{\tull}}\put(4,9.25){\usebox{\sur}}
  2575.      \put(4,9.25){\usebox{\sbr}}\put(4,10.25){\usebox{\rbbr}}
  2576.      \put(4,11.25){\usebox{\rur}}\put(4,12.25){\usebox{\sss}}
  2577.      \put(4,13.25){\usebox{\rbr}}\put(4,16.25){\usebox{\rur}}
  2578.      \put(4,17.25){\usebox{\sss}}\put(5,-2.75){\usebox{\sul}}
  2579.      \put(5,-2.75){\usebox{\sur}}\put(5,-2.75){\usebox{\cbl}}
  2580.      \put(5,-2.75){\usebox{\sbr}}\put(5,-1.75){\usebox{\sss}}
  2581.      \put(5,-0.75){\usebox{\sss}}\put(5,0.25){\usebox{\sss}}
  2582.      \put(5,1.25){\usebox{\sss}}\put(5,2.25){\usebox{\sss}}
  2583.      \put(5,3.25){\usebox{\sss}}\put(5,4.25){\usebox{\sss}}
  2584.      \put(5,5.25){\usebox{\sss}}\put(5,6.25){\usebox{\sss}}
  2585.      \put(5,7.25){\usebox{\sss}}\put(5,8.25){\usebox{\sss}}
  2586.      \put(5,9.25){\usebox{\sss}}\put(5,10.25){\usebox{\sss}}
  2587.      \put(5,11.25){\usebox{\sss}}\put(5,12.25){\usebox{\sss}}
  2588.      \put(5,13.25){\usebox{\sss}}\put(5,14.25){\usebox{\sss}}
  2589.      \put(5,15.25){\usebox{\sss}}\put(5,16.25){\usebox{\sss}}
  2590.      \put(5,17.25){\usebox{\sss}}\put(5,18.25){\usebox{\rbrr}}
  2591.      \put(6,-2.75){\usebox{\sul}}\put(6,-2.75){\usebox{\sur}}
  2592.      \put(6,-2.75){\usebox{\sbl}}\put(6,-2.75){\usebox{\cbr}}
  2593.      \put(6,-1.75){\usebox{\sss}}\put(6,-0.75){\usebox{\sss}}
  2594.      \put(6,0.25){\usebox{\sss}}\put(6,1.25){\usebox{\sss}}
  2595.      \put(6,2.25){\usebox{\sss}}\put(6,3.25){\usebox{\sss}}
  2596.      \put(6,4.25){\usebox{\sss}}\put(6,5.25){\usebox{\sss}}
  2597.      \put(6,6.25){\usebox{\sss}}\put(6,7.25){\usebox{\sss}}
  2598.      \put(6,8.25){\usebox{\sss}}\put(6,9.25){\usebox{\sss}}
  2599.      \put(6,10.25){\usebox{\sss}}\put(6,11.25){\usebox{\sss}}
  2600.      \put(6,12.25){\usebox{\sss}}\put(6,13.25){\usebox{\sss}}
  2601.      \put(6,14.25){\usebox{\sss}}\put(6,15.25){\usebox{\sss}}
  2602.      \put(6,16.25){\usebox{\sss}}\put(6,17.25){\usebox{\sss}}
  2603.      \put(6,18.25){\usebox{\tuul}}\put(6,18.25){\usebox{\sbl}}
  2604.      \put(6,18.25){\usebox{\sbr}}\put(7,7.25){\usebox{\rul}}
  2605.      \put(7,8.25){\usebox{\sss}}\put(7,9.25){\usebox{\rbl}}
  2606.      \put(7,11.25){\usebox{\rul}}\put(7,12.25){\usebox{\sss}}
  2607.      \put(7,13.25){\usebox{\rbl}}\put(7,17.25){\usebox{\rul}}
  2608.      \put(7,18.25){\usebox{\sss}}\put(7,19.25){\usebox{\rbrr}}
  2609.      \put(8,7.25){\usebox{\rurr}}\put(8,8.25){\usebox{\tuur}}
  2610.      \put(8,8.25){\usebox{\sbl}}\put(8,8.25){\usebox{\sbr}}
  2611.      \put(8,12.25){\usebox{\sss}}\put(8,13.25){\usebox{\rbrr}}
  2612.      \put(8,18.25){\usebox{\tbbr}}\put(8,18.25){\usebox{\sul}}
  2613.      \put(8,18.25){\usebox{\sur}}\put(8,19.25){\usebox{\tul}}
  2614.      \put(8,19.25){\usebox{\sur}}\put(8,19.25){\usebox{\sbl}}
  2615.      \put(8,19.25){\usebox{\sbr}}\put(8,20.25){\usebox{\rbr}}
  2616.      \put(9,-1.75){\usebox{\ruur}}\put(9,-0.75){\usebox{\cul}}
  2617.      \put(9,-0.75){\usebox{\sur}}\put(9,-0.75){\usebox{\tbl}}
  2618.      \put(9,-0.75){\usebox{\sbr}}\put(9,6.25){\usebox{\ruur}}
  2619.      \put(9,7.25){\usebox{\sul}}\put(9,7.25){\usebox{\sur}}
  2620.      \put(9,7.25){\usebox{\tbl}}\put(9,7.25){\usebox{\sbr}}
  2621.      \put(9,8.25){\usebox{\rbll}}\put(9,12.25){\usebox{\sss}}
  2622.      \put(9,13.25){\usebox{\tuul}}\put(9,13.25){\usebox{\sbl}}
  2623.      \put(9,13.25){\usebox{\sbr}}\put(9,18.25){\usebox{\rull}}
  2624.      \put(9,19.25){\usebox{\sss}}\put(9,20.25){\usebox{\tuul}}
  2625.      \put(9,20.25){\usebox{\sbl}}\put(9,20.25){\usebox{\sbr}}
  2626.      \put(10,-2.75){\usebox{\sul}}\put(10,-2.75){\usebox{\sur}}
  2627.      \put(10,-2.75){\usebox{\cbl}}\put(10,-2.75){\usebox{\tbr}}
  2628.      \put(10,-1.75){\usebox{\sss}}\put(10,-0.75){\usebox{\sss}}
  2629.      \put(10,5.25){\usebox{\sul}}\put(10,5.25){\usebox{\sur}}
  2630.      \put(10,5.25){\usebox{\cbl}}\put(10,5.25){\usebox{\sbr}}
  2631.      \put(10,6.25){\usebox{\sss}}\put(10,7.25){\usebox{\tuur}}
  2632.      \put(10,7.25){\usebox{\sbl}}\put(10,7.25){\usebox{\sbr}}
  2633.      \put(10,12.25){\usebox{\sss}}\put(10,13.25){\usebox{\tuur}}
  2634.      \put(10,13.25){\usebox{\sbl}}\put(10,13.25){\usebox{\sbr}}
  2635.      \put(10,19.25){\usebox{\sss}}\put(10,20.25){\usebox{\tuur}}
  2636.      \put(10,20.25){\usebox{\sbl}}\put(10,20.25){\usebox{\sbr}}
  2637.      \put(11,-2.75){\usebox{\rull}}\put(11,-1.75){\usebox{\sss}}
  2638.      \put(11,-0.75){\usebox{\sss}}\put(11,5.25){\usebox{\sul}}
  2639.      \put(11,5.25){\usebox{\sur}}\put(11,5.25){\usebox{\sbl}}
  2640.      \put(11,5.25){\usebox{\cbr}}\put(11,6.25){\usebox{\turr}}
  2641.      \put(11,6.25){\usebox{\sul}}\put(11,6.25){\usebox{\sbl}}
  2642.      \put(11,7.25){\usebox{\rbl}}\put(11,12.25){\usebox{\sul}}
  2643.      \put(11,12.25){\usebox{\tur}}\put(11,12.25){\usebox{\sbl}}
  2644.      \put(11,12.25){\usebox{\cbr}}\put(11,13.25){\usebox{\rbl}}
  2645.      \put(11,19.25){\usebox{\sul}}\put(11,19.25){\usebox{\tur}}
  2646.      \put(11,19.25){\usebox{\sbl}}\put(11,19.25){\usebox{\cbr}}
  2647.      \put(11,20.25){\usebox{\rbl}}\put(12,-1.75){\usebox{\sss}}
  2648.      \put(12,-0.75){\usebox{\sss}}\put(12,0.25){\usebox{\rbr}}
  2649.      \put(13,-1.75){\usebox{\tbbr}}\put(13,-1.75){\usebox{\sul}}
  2650.      \put(13,-1.75){\usebox{\sur}}\put(13,-0.75){\usebox{\sss}}
  2651.      \put(13,0.25){\usebox{\sss}}\put(13,1.25){\usebox{\tull}}
  2652.      \put(13,1.25){\usebox{\sur}}\put(13,1.25){\usebox{\sbr}}
  2653.      \put(13,2.25){\usebox{\rbbr}}\put(14,-1.75){\usebox{\rull}}
  2654.      \put(14,-0.75){\usebox{\sss}}\put(14,0.25){\usebox{\rbl}}
  2655.      \put(14,1.25){\usebox{\ruul}}\put(14,2.25){\usebox{\tbrr}}
  2656.      \put(14,2.25){\usebox{\sul}}\put(14,2.25){\usebox{\sbl}}
  2657.      \put(14,3.25){\usebox{\sss}}\put(14,4.25){\usebox{\sss}}
  2658.      \put(14,5.25){\usebox{\tull}}\put(14,5.25){\usebox{\sur}}
  2659.      \put(14,5.25){\usebox{\sbr}}\put(14,6.25){\usebox{\rbbr}}
  2660.      \put(15,-0.75){\usebox{\sss}}\put(15,3.25){\usebox{\ruul}}
  2661.      \put(15,4.25){\usebox{\tbrr}}\put(15,4.25){\usebox{\sul}}
  2662.      \put(15,4.25){\usebox{\sbl}}\put(15,5.25){\usebox{\sss}}
  2663.      \put(15,6.25){\usebox{\sss}}\put(15,7.25){\usebox{\sss}}
  2664.      \put(15,8.25){\usebox{\sss}}\put(15,9.25){\usebox{\sss}}
  2665.      \put(15,10.25){\usebox{\sss}}\put(15,11.25){\usebox{\sss}}
  2666.      \put(15,12.25){\usebox{\tull}}\put(15,12.25){\usebox{\sur}}
  2667.      \put(15,12.25){\usebox{\sbr}}\put(15,13.25){\usebox{\rbbr}}
  2668.      \put(16,-0.75){\usebox{\sss}}\put(16,7.25){\usebox{\ruul}}
  2669.      \put(16,8.25){\usebox{\tbrr}}\put(16,8.25){\usebox{\sul}}
  2670.      \put(16,8.25){\usebox{\sbl}}\put(16,9.25){\usebox{\sss}}
  2671.      \put(16,10.25){\usebox{\sss}}\put(16,11.25){\usebox{\sss}}
  2672.      \put(16,12.25){\usebox{\sss}}\put(16,13.25){\usebox{\sss}}
  2673.      \put(16,14.25){\usebox{\sss}}\put(16,15.25){\usebox{\sss}}
  2674.      \put(16,16.25){\usebox{\sss}}\put(16,17.25){\usebox{\sss}}
  2675.      \put(16,18.25){\usebox{\sss}}\put(16,19.25){\usebox{\sss}}
  2676.      \put(16,20.25){\usebox{\cul}}\put(16,20.25){\usebox{\tur}}
  2677.      \put(16,20.25){\usebox{\sbl}}\put(16,20.25){\usebox{\sbr}}
  2678.      \put(17,-0.75){\usebox{\tbbr}}\put(17,-0.75){\usebox{\sul}}
  2679.      \put(17,-0.75){\usebox{\sur}}\put(17,0.25){\usebox{\rbrr}}
  2680.      \put(17,12.25){\usebox{\ruul}}\put(17,13.25){\usebox{\tbrr}}
  2681.      \put(17,13.25){\usebox{\sul}}\put(17,13.25){\usebox{\sbl}}
  2682.      \put(17,14.25){\usebox{\sss}}\put(17,15.25){\usebox{\sss}}
  2683.      \put(17,16.25){\usebox{\sss}}\put(17,17.25){\usebox{\sss}}
  2684.      \put(17,18.25){\usebox{\sss}}\put(17,19.25){\usebox{\sss}}
  2685.      \put(17,20.25){\usebox{\rbll}}\put(18,-0.75){\usebox{\rull}}
  2686.      \put(18,0.25){\usebox{\tuul}}\put(18,0.25){\usebox{\sbl}}
  2687.      \put(18,0.25){\usebox{\sbr}}\put(18,18.25){\usebox{\ruul}}
  2688.      \put(18,19.25){\usebox{\sul}}\put(18,19.25){\usebox{\cur}}
  2689.      \put(18,19.25){\usebox{\sbl}}\put(18,19.25){\usebox{\tbr}}
  2690.      \put(19,0.25){\usebox{\sss}}\put(19,3.25){\usebox{\ruur}}
  2691.      \put(19,4.25){\usebox{\cul}}\put(19,4.25){\usebox{\tur}}
  2692.      \put(19,4.25){\usebox{\tbl}}\put(19,4.25){\usebox{\sbr}}
  2693.      \put(20,0.25){\usebox{\sss}}\put(20,1.25){\usebox{\ruur}}
  2694.      \put(20,1.25){\usebox{\rbr}}\put(20,2.25){\usebox{\tbll}}
  2695.      \put(20,2.25){\usebox{\sur}}\put(20,2.25){\usebox{\sbr}}
  2696.      \put(20,3.25){\usebox{\sul}}\put(20,3.25){\usebox{\tur}}
  2697.      \put(20,3.25){\usebox{\sbl}}\put(20,3.25){\usebox{\sbr}}
  2698.      \put(20,4.25){\usebox{\rbl}}\put(21,-0.75){\usebox{\rur}}
  2699.      \put(21,0.25){\usebox{\sss}}\put(21,1.25){\usebox{\sss}}
  2700.      \put(21,2.25){\usebox{\sul}}\put(21,2.25){\usebox{\tur}}
  2701.      \put(21,2.25){\usebox{\sbl}}\put(21,2.25){\usebox{\sbr}}
  2702.      \put(21,3.25){\usebox{\rbl}}\put(22,-2.75){\usebox{\sul}}
  2703.      \put(22,-2.75){\usebox{\sur}}\put(22,-2.75){\usebox{\cbl}}
  2704.      \put(22,-2.75){\usebox{\sbr}}\put(22,-1.75){\usebox{\sss}}
  2705.      \put(22,-0.75){\usebox{\sss}}\put(22,0.25){\usebox{\sss}}
  2706.      \put(22,1.25){\usebox{\turr}}\put(22,1.25){\usebox{\sul}}
  2707.      \put(22,1.25){\usebox{\sbl}}\put(22,2.25){\usebox{\rbl}}
  2708.      \put(23,-2.75){\usebox{\sul}}\put(23,-2.75){\usebox{\sur}}
  2709.      \put(23,-2.75){\usebox{\sbl}}\put(23,-2.75){\usebox{\cbr}}
  2710.      \put(23,-1.75){\usebox{\sss}}\put(23,-0.75){\usebox{\turr}}
  2711.      \put(23,-0.75){\usebox{\sul}}\put(23,-0.75){\usebox{\sbl}}
  2712.      \put(23,0.25){\usebox{\rbbl}}
  2713.      \sbox{\sss}{}
  2714.      \sbox{\sul}{}\sbox{\sur}{}\sbox{\sbr}{}\sbox{\sbl}{}
  2715.      \sbox{\cul}{}\sbox{\cur}{}\sbox{\cbr}{}\sbox{\cbl}{}
  2716.      \sbox{\tul}{}\sbox{\tur}{}\sbox{\tbr}{}\sbox{\tbl}{}
  2717.      \sbox{\rul}{}\sbox{\rur}{}\sbox{\rbr}{}\sbox{\rbl}{}
  2718.      \sbox{\tuul}{}\sbox{\tuur}{}\sbox{\tbbl}{}\sbox{\tbbr}{}
  2719.      \sbox{\tull}{}\sbox{\turr}{}\sbox{\tbll}{}\sbox{\tbrr}{}
  2720.      \sbox{\ruul}{}\sbox{\ruur}{}\sbox{\rbbl}{}\sbox{\rbbr}{}
  2721.      \sbox{\rull}{}\sbox{\rurr}{}\sbox{\rbll}{}\sbox{\rbrr}{}
  2722.     \end{picture}}
  2723.   \end{picture}
  2724.  \end{center}
  2725.  \caption{Bitmap and Continuous Character.}
  2726.  \label{bitmapandcontinuouscharacter}
  2727. \end{figure}
  2728. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2729. \section{The \LLaTeX\ Interface}
  2730. \typeout{3 The [La]TeX Interface}
  2731. \label{thelatexinterface}
  2732. The next challenge is to make \LLaTeX\ understand the output of a japanese text 
  2733. editor. There seems to be three ways of achieving this. First, one can modify 
  2734. the input routines of \TeX\ and recompile it. This is the approach used by 
  2735. J\TeX\ and \mbox{ASCII-j\TeX}. For the reasons mentioned in 
  2736. Subsection~\ref{whyjemtex}, I do not want to get into rebuilding \TeX. 
  2737. A second possibility is to write macros to have \TeX\ understand japanese. 
  2738. Unfortunately, I do not have the expertise to do that. 
  2739. The third possibility is to write a preprocessor to transform any japanese 
  2740. document into a standard \LLaTeX\ one. And I do know enough about japanese and 
  2741. \TeX\ to accomplish this. This important decision has several consequences. If 
  2742. I am to have the power of any programming language available somewhere in the 
  2743. chain from a japanese text to a final \LLaTeX\ document, I might as well fully 
  2744. exploit that power. As much as possible of the work should be done by the 
  2745. compiled preprocessor, keeping the necessary interpreted \LLaTeX\ macros simple 
  2746. and fast. This philosophy is present in many aspects of my work. 
  2747. \newpage %improve a bad page break
  2748. The \JemTeX\ preprocessor deals with the following issues:
  2749. \begin{itemize}
  2750.  \item Loading and calling \JemTeX\ fonts.
  2751.  \item Japanese hyphenation.
  2752.  \item Japanese spacing.
  2753. \end{itemize}
  2754. The next subsections will discuss these topics and related subjects, before 
  2755. eventually taking up the actual operation of the preprocessor. 
  2756. \subsection{Japanese Encodings}
  2757. \label{japaneseencodings}
  2758. The reasonable thing to do at this point is to look into how japanese is 
  2759. represented by a japanese text editor. The first method I came across is the 
  2760. Japanese Industrial Standard (JIS). Unfortunately, my japanese text editor is 
  2761. very unreliable in JIS mode and this is why I never use it in this mode. I also 
  2762. do not know exactly how JIS works, but I do know that it involves escape 
  2763. sequences. I will be happy to support it in future versions of \JemTeX\, if 
  2764. users express that need and if somebody gives me more information about it. 
  2765. \label{euc}
  2766. The second method is the Extended UNIX Code (EUC). I like it because it is the 
  2767. only encoding that my japanese text editor handles reliably. Each japanese 
  2768. character is represented by a pair of ASCII characters in the range 
  2769. $[161,\ldots,254]$. Given an EUC character $(x,y)$, its position in the JIS~24 
  2770. dot font is simply: 
  2771.            \[ 94 \times ( x - 161 ) + ( y - 161 ) + 1 \]
  2772. \label{mskanji}
  2773. A third method is the \mbox{MS-kanji} (\mbox{Shift-JIS}) code which is very 
  2774. popular in the DOS world. As for EUC, each japanese character is represented by 
  2775. a pair of ASCII characters. The first character is always in the range 
  2776. $[129,\ldots,159,224,\ldots,234]$ and the second character is always in the 
  2777. range $[64,\ldots,126,128,\ldots,252]$. Given an \mbox{MS-kanji} character, 
  2778. consider the coordinates $(x,y)$ obtained by shifting the upper subranges so 
  2779. that they are consecutive to the lower subranges, the position of the character 
  2780. in the JIS~24 dot font then is: 
  2781.                  \[ 188 \times ( x - 129 ) + ( y - 64 ) + 1 \]
  2782. The preprocessor supports EUC and \mbox{MS-kanji}. You may freely use both in 
  2783. any \JemTeX\ document.
  2784. \subsection{Using Fonts}
  2785. \label{usingfonts}
  2786. This subsection covers all the details having to do with \JemTeX\ fonts. 
  2787. One of the operation carried out by the preprocessor is the replacement of any 
  2788. EUC or \mbox{MS-kanji} character pair by the appropriate font name and symbol 
  2789. number. However, all \JemTeX\ fonts must first be declared in a \LLaTeX\ header 
  2790. before they can be used.              
  2791. \label{header}
  2792. In \LaTeX, a \JemTeX\ font at magstep~$3.0$, say, is loaded with the following 
  2793. command:
  2794. \begin{quote}%Don't put spaces after the next line!
  2795. \begin{verbatim}
  2796. \newfont{\keac}{kanjiac scaled 1728}
  2797. \end{verbatim}
  2798. \end{quote}
  2799. In \TeX, it is loaded with: 
  2800. \begin{quote}%Don't put spaces after the next line!
  2801. \begin{verbatim}
  2802. \font\keac=kanjiac scaled 1728
  2803. \end{verbatim}
  2804. \end{quote}
  2805. The \JemTeX\ font is referred to by \verb"\keac", which is a convenient short 
  2806. name. The number $1728$ comes from $1728 = 1000 \times 1.2^{3.0}$. 
  2807. The preprocessor scans the input file in a first pass and determines the 
  2808. \JemTeX\ fonts needed. It then writes a \LLaTeX\ header to load these fonts, 
  2809. and finally appends the translation obtained by a second pass of the input 
  2810. file. 
  2811. There are at most 128~symbols numbered from~0 to~127 in a \JemTeX\ font. A 
  2812. japanese symbol can be produced in \TeX\ and in \LaTeX\ with the following 
  2813. command: 
  2814. \begin{quote}%Don't put spaces after the next line!
  2815. \begin{verbatim}
  2816. \kk{\keac}{65}
  2817. \end{verbatim}
  2818. \end{quote}
  2819. The preprocessor will supply these automatically for you.
  2820. \subsection{Hyphenation}
  2821. \label{hyphenation}
  2822. In order to produce a right margin which is even, \TeX\ occasionally needs to 
  2823. hyphenate some words. Although it is pretty good at this in english, \TeX\ is 
  2824. incapable of doing it in japanese. Therefore, the preprocessor must supply 
  2825. explicitly all possible hyphenation locations for \TeX. This subsection 
  2826. describes the rules governing this process. 
  2827. \label{hyphen}
  2828. Hyphenation is relevant only between two consecutive characters. Hyphenation in 
  2829. english is obtained with a \verb"\-" command. In japanese, it is obtained with 
  2830. a \verb"\hh" command. The preprocessor will never allow japanese hyphenation 
  2831. between two characters when one or both are roman. But if the two characters 
  2832. are japanese, it may insert a \verb"\hh" command in between. Contrary to 
  2833. english, no - gets appended at the end of a line hyphenated by a \verb"\hh" 
  2834. command. 
  2835. All japanese characters encountered are classified as {\em alphabetical\/} or 
  2836. {\em symbolic}. The alphabetical japanese characters are hiraganas, katakanas, 
  2837. and kanjis. All other japanese characters found in the JIS~24 dot font are 
  2838. symbolic, they include punctuation signs, english, greek, and russian 
  2839. characters. 
  2840. This classification is important because it is difficult for the \JemTeX\ 
  2841. preprocessor to automatically decide where to allow hyphenation when 
  2842. mathematics or foreign languages are concerned. Consequently, the preprocessor 
  2843. never allows hyphenation between two japanese characters when both are 
  2844. symbolic. But if one or both japanese characters are alphabetical, hyphenation 
  2845. may be allowed since one can hyphenate anywhere in japanese, except possibly 
  2846. when punctuation signs are involved. This is not too difficult to handle for 
  2847. the preprocessor. 
  2848. More precisely, the preprocessor will not allow hyphenation before the 
  2849. following japanese punctuation signs .,!?:;$\cdot)]\}\rfloor\rangle$'\,'' and 
  2850. other related closing characters. It will not allow hyphenation either after 
  2851. $([\{\lceil\langle$`\,`` and other related opening characters. 
  2852. \label{preventh}
  2853. If you would like to allow japanese hyphenation where the preprocessor would 
  2854. not allow it, simply put a \verb"\hh" command at the right place in your 
  2855. source file. If the next character is a roman letter, you have to use instead 
  2856. \verb"\hh{}" to prevent confusion. If you would like to prevent the 
  2857. preprocessor from allowing japanese hyphenation, put a \verb"{}" to separate 
  2858. the two consecutive japanese characters in your source file. The preprocessor 
  2859. will not realize that the japanese characters are consecutive anymore, and it 
  2860. will not allow hyphenation. 
  2861. \subsection{Spacing}
  2862. \label{spacing}
  2863. In addition to explicitly telling \TeX\ where japanese hyphenation is allowed, 
  2864. it is also necessary to add space around some japanese characters. For example, 
  2865. this occurs around japanese punctuation signs or at transitions from japanese 
  2866. to roman. Indeed, when \TeX\ comes across the command \verb"\kk{\kaaa}{3}", it 
  2867. has no idea that this is a japanese period. The preprocessor has to give \TeX\ 
  2868. a hand in these cases. Such space must always be added after any hyphenation 
  2869. command \verb"\hh" that may already have been inserted. Otherwise, you risk 
  2870. compromising the flush right margin. 
  2871. \TeX\ normally introduces extra space after a roman period only if a roman 
  2872. space follows it. My japanese text editor does not support spaces while in 
  2873. japanese mode. After all, there are no spaces between words in japanese. This 
  2874. implies that one would have to enter, say, a japanese period, then switch to 
  2875. roman mode, enter a space, and finally switch back to japanese mode. I think 
  2876. this is too cumbersome. Therefore, the preprocessor handles japanese spacing 
  2877. issues without expecting roman spaces anywhere. 
  2878. \label{bigmedium}
  2879. The preprocessor uses three types of space to achieve its goal; a big space 
  2880. with a \verb"\eeee" command, a medium space with a \verb"\eee" command, and a 
  2881. tiny space with a \verb"\ee" command. Only one space is added at one place. For 
  2882. example, if logic calls for a big, a medium, and a medium space between two 
  2883. consecutive characters, only a big one will be inserted by the preprocessor. 
  2884. No space is ever added between two consecutive roman characters, but as soon as 
  2885. one or both characters are japanese, space may become necessary. Let us first 
  2886. look at the mixed case where one japanese character is involved with a roman 
  2887. one. A big space is inserted after all japanese punctuation signs .,!?\ 
  2888. followed by a roman character. A medium space is inserted after all japanese 
  2889. punctuation signs :;$\cdot)]\}\rfloor\rangle$'\,'' followed by a roman 
  2890. character. A medium space is also inserted after all roman characters followed 
  2891. by any of the japanese punctuation signs $\cdot([\{\lceil\langle$`\,``. 
  2892. This takes care of the japanese punctuation spaces. Space is also added for 
  2893. transitions as follows. A medium space is inserted after all roman letters and 
  2894. all roman digits followed by a japanese character, except if that japanese 
  2895. character is any of the following punctuation signs 
  2896. .,!?:;$)]\}\rfloor\rangle$'\,''. A medium space is also inserted after a 
  2897. japanese character followed by a roman letter or a roman digit, except if that 
  2898. japanese character is any of the following punctuation signs 
  2899. $([\{\lceil\langle$`\,``. 
  2900. The case of two consecutive japanese characters is more precise since more 
  2901. information is known. It is also closely related to the previous mixed case. 
  2902. A big space is inserted after all japanese punctuation signs .,!? but not 
  2903. before any of the japanese punctuation signs .,!?$)]\}\rfloor\rangle$'\,''. 
  2904. A medium space is inserted after all japanese punctuation signs 
  2905. :;$\cdot)]\}\rfloor\rangle$'\,'' but not before any of the japanese punctuation 
  2906. signs .,!?:;$)]\}\rfloor\rangle$'\,''. A medium space is also inserted before 
  2907. all the japanese punctuation signs $\cdot([\{\lceil\langle$`\,`` but not after 
  2908. any of the japanese punctuation signs $([\{\lceil\langle$`\,``. 
  2909. This covers all cases of big and medium spaces. If you would like to add space 
  2910. where the preprocessor would not, simply put a \verb"\eeee" command or a 
  2911. \verb"\eee" command at the right place in your source file. Remember to do that 
  2912. only after any hyphenation \verb"\hh" command that you may already have added. 
  2913. If the next character is a roman letter, you have to use instead \verb"\eeee{}" 
  2914. and \verb"\eee{}" to prevent confusion. 
  2915. \label{prevents}
  2916. There are cases where it is preferable to have no extra space after a japanese 
  2917. punctuation sign. For example, when typesetting music with \MuTeX, one does not 
  2918. want extra space if the japanese text is going under the staff. This affects 
  2919. adversary its centering under notes. If you would like to prevent the 
  2920. preprocessor from adding space, try to put a \verb"{}" at the right place to 
  2921. separate the two consecutive japanese characters, or the japanese character 
  2922. from the roman letter or the roman digit. In the few remaining cases where this 
  2923. cannot work, you have to temporarily disable the preprocessor's ability to add 
  2924. spaces. Subsection~\ref{thejem2texpreprocessor} explains how to do this. 
  2925. Tiny space has to do with line breaking, and it is very important. \TeX\ 
  2926. creates a flush right margin by adding extra space between words. However, 
  2927. \TeX\ does not add extra space between characters making up words. Since words 
  2928. in japanese are not separated by spaces, the only opportunity \TeX\ has to add 
  2929. extra space is where big and medium spaces have been added by the preprocessor. 
  2930. Some long japanese sentence may span several lines without any added space. 
  2931. \TeX\ then has no opportunity at all to stretch space in order to generate a 
  2932. flush right margin. 
  2933. To solve this serious problem, a tiny space is added between all consecutive 
  2934. japanese characters, unless some big or medium space has already been inserted. 
  2935. If you should ever want to disable this feature, proceed as before by inserting 
  2936. a \verb"{}" at the right place. This will always work. 
  2937. \subsection{\LLaTeX\ Comments}
  2938. \label{llatexcomments}
  2939. It is quite clear from the previous two subsections that the concept of 
  2940. consecutive characters is very important for the preprocessor. This notion is 
  2941. closely related to \LLaTeX\ comments and end of lines. Let us first discuss the 
  2942. english case before moving on to the japanese one. 
  2943. \newpage %improve a bad page break
  2944. In most circumstances, the character \verb"%" tells \TeX\ to consider the 
  2945. remainder of the current line as a comment and to simply ignore it. Consider 
  2946. the following example:
  2947. \begin{quote}%Don't put spaces after the next line!
  2948. \begin{verbatim}
  2949. A% Here is a TeX comment.
  2950. % Here is a TeX comment.
  2951. B% Here is a TeX comment.
  2952. \end{verbatim}
  2953. \end{quote}
  2954. Even though \verb"A" and \verb"B" are not at all consecutive in the source file 
  2955. because of the comments separating them, they are consecutive as far as \TeX\ 
  2956. is concerned. One could equally well have entered instead \verb"AB" without any 
  2957. comments in between. 
  2958. Consider now another example:
  2959. \begin{quote}%Don't put spaces after the next line!
  2960. \begin{verbatim}
  2961. \end{verbatim}
  2962. \end{quote}
  2963. The characters \verb"A" and \verb"B" are not consecutive because they are 
  2964. separated by an invisible end of line character. \TeX\ treats an end of line 
  2965. character just like if a space was present between \verb"A" and \verb"B". 
  2966. These remarks apply equally well if \verb"A" and \verb"B" were japanese 
  2967. characters. To distinguish both types of end of line, I will say that an end of 
  2968. line is roman if the last character on that line is a roman character. A 
  2969. similar definition holds for japanese end of lines. It is important for the 
  2970. preprocessor to determine if japanese characters are consecutive in order to 
  2971. allow hyphenation and add space correctly. The remainder of this subsection 
  2972. explains how this is achieved. 
  2973. In english, any given input line usually terminates just after a word. The end 
  2974. of line character after that word is replaced by a space by \TeX, which is 
  2975. perfectly acceptable since a space should separate english words. In japanese, 
  2976. there is no space between words, so this end of line character must be removed 
  2977. to prevent \TeX\ from adding space. There are two ways of doing this while 
  2978. using \JemTeX. 
  2979. \label{eol}
  2980. First, you can explicitly put a \verb"%" after all japanese end of lines. This 
  2981. will always work, but it is also tedious. Second, you can let the preprocessor 
  2982. do that for you. However, you should make sure your input lines do end with a 
  2983. japanese character, not a roman space character. This can be a problem because 
  2984. some text editors insist on putting some space characters at the end of each 
  2985. line. You should make sure that your text editor does not do so. Then, the 
  2986. \JemTeX\ preprocessor will have no problem in detecting japanese end of lines 
  2987. and will add all the \verb"%" characters for you. 
  2988. It is also important for the preprocessor to detect \TeX\ comments. The 
  2989. preprocessor recognizes a comment if it starts in the first column of the input 
  2990. file, or if it's a comment that the processor had to insert itself, i.e.\ after 
  2991. a japanese end of line. Therefore, when typing the japanese parts of your 
  2992. source file, you should always use comments starting in the first column and 
  2993. let the preprocessor handle japanese end of lines. This makes it almost certain 
  2994. that the preprocessor will handle hyphenation and spacing correctly. 
  2995. \subsection{\LLaTeX\ Limitations}
  2996. \label{llatexlimitations}
  2997. The previous subsections introduced the different operations that the \JemTeX\ 
  2998. preprocessor must perform in order to produce an acceptable \LLaTeX\ document 
  2999. from a japanese one. Each japanese character is replaced by a command like 
  3000. \verb"\kk{\kaaa}{109}" potentially followed by an hyphenation command 
  3001. \verb"\hh" and potentially followed by a spacing command like \verb"\eeee{}". 
  3002. In the worst case, the two characters representing the original japanese one 
  3003. are replaced by approximately 25~roman characters. 
  3004. This expansion of the source file could cause some problems because there is a 
  3005. limit to the maximum length of an input line that \TeX\ can accept. Here are 
  3006. typical statistics for one big \emTeX\ run: 
  3007. \begin{small}%Don't put spaces after the next line!
  3008. \begin{verbatim}
  3009. Here is how much of TeX's memory you used:
  3010.  181 strings out of 6937
  3011.  1607 string characters out of 28560
  3012.  83907 words of memory out of 262142
  3013.  2145 multiletter control sequences out of 5000
  3014.  20585 words of font info for 79 fonts, out of 81920 for 254
  3015.  15 hyphenation exceptions out of 607
  3016.  13i,8n,21p,321b,309s positions out of 300i,100n,60p,3000b,1000s
  3017. \end{verbatim}
  3018. \end{small}
  3019. The last line (\verb"3000b") tells us that big \emTeX\ can accept input lines 
  3020. of 3000~roman characters. Therefore, big \emTeX\ can handle lines of 
  3021. approximately 120~japanese characters. Most monitors support only~40, 80, or 
  3022. 132~characters per line, that should be enough. However, some japanese text 
  3023. editors display text on separate lines while whole paragraphs are actually kept 
  3024. on one single line internally. You should make sure that your japanese text 
  3025. editor does split its paragraphs into lines of a reasonable size. 
  3026. The only potential remaining problem has to do with the \verb".toc" and 
  3027. \verb".aux" files. These files are created by \LaTeX\ for its personal use and 
  3028. contain such things as chapter names, cross-references, etc. These are always 
  3029. formatted one item per line. If you have a chapter name which is longer than 
  3030. 120~japanese characters, you can split it on several lines in your source file. 
  3031. Then, \LaTeX\ will have no problem with the title itself. But in its first 
  3032. pass, it will create the \verb".toc" and \verb".aux" files which will have a 
  3033. very long line. When \LaTeX\ starts to read the resulting \verb".aux" file on 
  3034. its second pass, it will complain that the line is too long and stop. I think 
  3035. it is unlikely that you will ever have such a long chapter name. But if you do, 
  3036. here is my solution. 
  3037. Suppose your \verb".aux" file contains one long line of japanese text:
  3038. \begin{quote}%Don't put spaces after the next line!
  3039. \begin{verbatim}
  3040. \@writefile{toc}{Very long japanese text.}
  3041. \end{verbatim}
  3042. \end{quote}
  3043. Edit the \verb".aux" file and replace the troublesome line by:
  3044. \begin{quote}%Don't put spaces after the next line!
  3045. \begin{verbatim}
  3046. \@writefile{toc}{\texta \textb \textc \textd}
  3047. \end{verbatim}
  3048. \end{quote}
  3049. And add the following macros to your \LaTeX\ source file:
  3050. \begin{quote}%Don't put spaces after the next line!
  3051. \begin{verbatim}
  3052. \newcommand{\texta}{Very}
  3053. \newcommand{\textb}{long}
  3054. \newcommand{\textc}{japanese}
  3055. \newcommand{\textd}{text.}
  3056. \end{verbatim}
  3057. \end{quote}
  3058. Having done all that, you may now successfully run \LaTeX\ once. 
  3059. Unfortunately, this run will modify your \verb".aux" file again. There are two 
  3060. ways around this. First, you could use the \LaTeX\ command \verb"\nofiles". 
  3061. Secondly, you could edit your \verb".aux" once again. As I already mentioned, 
  3062. it is unlikely that you will ever need to resort to this trick since the 
  3063. current limit of 120~japanese characters is quite reasonable. But if you are 
  3064. curious, that's how you can avoid the problem. 
  3065. \subsection{The {\tt JEM2TEX} Preprocessor}
  3066. \label{thejem2texpreprocessor}
  3067. Given a japanese source file, my program \verb"JEM2TEX" can generate an 
  3068. equivalent \LLaTeX\ source file. You have been supplied with the source and the 
  3069. compressed compiled version of this C program. The only information necessary 
  3070. is the source file name and some parameters. \verb"JEM2TEX" will try the file
  3071. name extensions \verb".jem", \verb".jpn", and \verb".jap" for you so you do not 
  3072. need to specify them. 
  3073. If you simply start \verb"JEM2TEX" without any command line information, it 
  3074. will run in manual mode where you must answer questions interactively 
  3075. throughout the operation. If you specify any command line information, the 
  3076. preprocessor then runs in automatic mode. In addition to specifying the source 
  3077. file name on the command line, you can also supply command line parameters on 
  3078. it. These always begin with a \verb"/" or a \verb"-", and any combination of 
  3079. small and capital letters is acceptable. 
  3080. In automatic mode, a \LaTeX\ document \verb"japanese.jem" with japanese 
  3081. extended EUC characters at magstep~$3.0$, and with spaces to add, and with 
  3082. \verb"%" to add at japanese end of lines is assumed as default. However, you 
  3083. may override or confirm any of these default values with the appropriate 
  3084. command line parameters. The recognized ones are listed in 
  3085. Tables~\ref{spaceparameters}, \ref{japaneseeolparameters}, 
  3086. \ref{encodingparameters}, \ref{fontsizeparameters}, and~\ref{headerparameters}. 
  3087. \begin{table}[htb]
  3088.  \begin{center}
  3089.   \begin{tabular}{ll}
  3090.    \mbox{$\left.\parbox{3cm}{%
  3091.     \verb"/Space" \\
  3092.     \verb"/Extra" \\
  3093.     \verb"/ExtraSpace"}\right\}$}   & Spaces added. \\[5.5mm]
  3094.    \mbox{$\left.\parbox{3cm}{%
  3095.     \verb"/NoSpace" \\
  3096.     \verb"/NoExtra" \\
  3097.     \verb"/NoExtraSpace"}\right\}$} & No spaces added.
  3098.   \end{tabular}
  3099.  \end{center}
  3100.  \caption{Space Parameters.}
  3101.  \label{spaceparameters}
  3102.  \begin{center}
  3103.   \begin{tabular}{ll}
  3104.    \mbox{$\left.\parbox{2.3cm}{%
  3105.     \verb"/EOL" \\
  3106.     \verb"/Percent" \\
  3107.     \verb"/Comment"}\right\}$}   & \verb"%" added. \\[6.5mm]
  3108.    \mbox{$\left.\parbox{2.3cm}{%
  3109.     \verb"/NoEOL" \\
  3110.     \verb"/NoPercent" \\
  3111.     \verb"/NoComment"}\right\}$} & No \verb"%" added.
  3112.   \end{tabular}
  3113.  \end{center}
  3114.  \caption{Japanese EOL Parameters.}
  3115.  \label{japaneseeolparameters}
  3116. \end{table}
  3117. \newpage %improve a bad page break
  3118. \begin{table}[htb]
  3119.  \begin{center}
  3120.   \begin{tabular}{ll}
  3121.    \parbox{2.2cm}{\verb"/EUC"}      & Extended UNIX code. \\[1.5mm]
  3122.    \mbox{$\left.\parbox{2.2cm}{%
  3123.     \verb"/MSkanji" \\
  3124.     \verb"/ShiftJIS"}\right\}$}     & MS-kanji code. \\[2.5mm]
  3125.    \parbox{2.2cm}{\verb"/Extended"} & Extended characters. \\
  3126.    \parbox{2.2cm}{\verb"/Standard"} & Standard characters.
  3127.   \end{tabular}
  3128.  \end{center}
  3129.  \caption{Encoding Parameters.}
  3130.  \label{encodingparameters}
  3131.  \begin{center}
  3132.   \begin{tabular}{ll}
  3133.    \mbox{$\left.\parbox{3cm}{%
  3134.     \verb"/1000  /0.0  /0" \\
  3135.     \verb"/1095  /0.5" \\
  3136.     \verb"/1200  /1.0  /1" \\
  3137.     \verb"/1440  /2.0  /2" \\
  3138.     \verb"/1728  /3.0  /3" \\
  3139.     \verb"/2074  /4.0  /4" \\
  3140.     \verb"/2488  /5.0  /5"}\right\}$} & Initial japanese font size.
  3141.   \end{tabular}
  3142.  \end{center}
  3143.  \caption{Font Size Parameters.}
  3144.  \label{fontsizeparameters}
  3145.  \begin{center}
  3146.   \begin{tabular}{ll}
  3147.    \parbox{1.5cm}{\verb"/LaTeX"} & \LaTeX\ header. \\[1mm]
  3148.    \mbox{$\left.\parbox{1.5cm}{%
  3149.     \verb"/TeX" \\
  3150.     \verb"/MuTeX"}\right\}$}     & \TeX\ header.
  3151.   \end{tabular}
  3152.  \end{center}
  3153.  \caption{Header Parameters.}
  3154.  \label{headerparameters}
  3155. \end{table}
  3156. For music, I usually use only hiraganas and katakanas. The following is 
  3157. appropriate since these japanese characters are simple:
  3158. \begin{quote}%Don't put spaces after the next line!
  3159. \begin{verbatim}
  3160. jem2tex anri /MuTeX /NoEOL /NoSpace /Standard /EUC /0.5
  3161. \end{verbatim} 
  3162. \end{quote} 
  3163. For a letter with complicated kanjis, I would rather use:
  3164. \begin{quote}%Don't put spaces after the next line!
  3165. \begin{verbatim}
  3166. jem2tex yuka /LaTeX /EOL /Space /Extended /EUC /2
  3167. \end{verbatim} 
  3168. \end{quote} 
  3169. It is also possible to change these parameters at run-time with \TeX\ comments. 
  3170. Here is an example:
  3171. \begin{quote}%Don't put spaces after the next line!
  3172. \begin{verbatim}
  3173. % jem2tex /LaTeX /Space /EOL /MSkanji /1440
  3174. \end{verbatim} 
  3175. \end{quote} 
  3176. The preprocessor expects the \verb"%" to be the first character of the line as 
  3177. explained in Subsection~\ref{llatexcomments}. Then one of the keywords 
  3178. \verb"jem2tex", \verb"jpn2tex", or~\verb"jap2tex" must follow immediately, or 
  3179. after some spaces. Valid parameters are then scanned. The preprocessor will 
  3180. produce comments in the \LLaTeX\ file as its status is changed. An invalid 
  3181. parameter stops the current scan for parameters, but does not terminate the 
  3182. preprocessor's operation. 
  3183. \label{nospaces}
  3184. \label{fonts}
  3185. Run-time parameters can be used to change japanese font sizes according to 
  3186. environments and to temporarily disable space insertion. I also always put in 
  3187. the first line of my \verb".jem" files the initial parameters. Here is an 
  3188. example: 
  3189. \begin{quote}
  3190. \verb"%JEM2TEX /Space /EOL /Extended /EUC /LaTeX" \\
  3191. \verb"\documentstyle[12pt]{tegami}" \\
  3192. \verb"\begin{document}" \\
  3193. \verb"\begin{large}" \\
  3194. \verb"%JEM2TEX /1440" \\
  3195. $\vdots$ \\
  3196. \verb"Here is some japanese text" \\
  3197. \verb"%JEM2TEX /1000" \\
  3198. \verb"\footnote{Japanese footnote.}%" \\
  3199. \verb"%JEM2TEX /1440" \\
  3200. \verb"with a footnote showing the font size change." \\
  3201. $\vdots$ \\
  3202. \verb"\end{large}" \\
  3203. \verb"\end{document}"
  3204. \end{quote}
  3205. \label{12points}
  3206. As mentioned in the \LaTeX\ book about loading fonts, using a japanese font 
  3207. doesn't change style parameters like \verb"\baselineskip". Make sure the 
  3208. appropriate size changing command is active when a japanese font is used. In 
  3209. the previous example, the \verb"/1440" indicates that magstep~$2.0$ is desired 
  3210. for the japanese fonts. The command \verb"large" insures that \LaTeX\ is aware 
  3211. of the proper line spacing needed while processing these japanese characters. 
  3212. The command \verb"large" also tells \LaTeX\ to use roman characters of a size 
  3213. comparable to the japanese ones. I usually use \verb"12pt" document styles and 
  3214. Table~\ref{12ptfontsizes} shows the appropriate font sizes for them. 
  3215. \begin{table}[htb]
  3216.  \begin{center}
  3217.   \begin{tabular}{l|l}
  3218.    \verb"\footnotesize" & \verb"/1000" \\
  3219.    \verb"\small"        & \verb"/1095" \\
  3220.    \verb"\normalsize"   & \verb"/1200" \\
  3221.    \verb"\large"        & \verb"/1440" \\
  3222.    \verb"\Large"        & \verb"/1728" \\
  3223.    \verb"\LARGE"        & \verb"/2074" \\
  3224.    \verb"\huge"         & \verb"/2488"
  3225.   \end{tabular}
  3226.  \end{center}
  3227.  \caption{{\tt 12pt} Font Sizes.}
  3228.  \label{12ptfontsizes}
  3229. \end{table}
  3230. Finally, note the \verb"%" at the end of the \verb"\footnote" line in the last 
  3231. example. The filter will not append it for you since this is a roman end of the 
  3232. line. But this \verb"%" is essential to prevent \LLaTeX\ from inserting some 
  3233. inter-word space between the footnote number and the following japanese 
  3234. character. 
  3235. \subsection{Font Tables}
  3236. \label{fonttables}
  3237. I occasionally come across a japanese character that my japanese text editor 
  3238. cannot insert in the text for me. This is usually the result of an incomplete 
  3239. kanji lookup dictionary or a consequence of wanting to use extended JIS~24 
  3240. characters. In such cases, one has to enter the character by hand. There are a 
  3241. number of ways to do that. 
  3242. Your japanese text editor may support character entry by \mbox{MS-kanji} or EUC 
  3243. numbers. That is certainly the most preferable solution. If not, you could use 
  3244. \mbox{Alt-Combinations} under a word processor to enter the arbitrary 
  3245. characters in your text. Modifying the source file in these fashions is the 
  3246. best approach. 
  3247. You could also choose to leave a few blank spaces at the right places in the 
  3248. source file, process it with \verb"JEM2TEX", and then insert a few \verb"\kk" 
  3249. macros with the proper kanji fonts and symbol numbers. Unfortunately, such a 
  3250. patch must be performed every time the original source file is modified and 
  3251. processed by \verb"JEM2TEX". This is why I never proceed this way. 
  3252. Because of this foreseeable occasional need, I thought it would be useful to 
  3253. create font tables like the ones found in Appendix~F of the {\TeX}book. They 
  3254. would have to mention the JIS~24 dot font numbers along with the EUC number 
  3255. pairs. I designed such tables at magstep~$3.0$ and managed to squeeze three 
  3256. \JemTeX\ fonts per page.
  3257. My Pascal program \verb"FONTABLE" creates a 60~Kb japanese file 
  3258. \verb"fontable.jem" for you in the current directory. Then, simply process 
  3259. that file with \verb"JEM2TEX" in automatic mode to eventually obtain 
  3260. \verb"fontable.tex". Finally, complete the process with big \LaTeX\, which 
  3261. should yield a twenty page document ready for previewing and printing. 
  3262. You may have to divide and process this document in smaller pieces for several 
  3263. reasons. Perhaps you only have a small version of \TeX. Perhaps your printer 
  3264. driver has difficulty processing it. This can be caused by your computer 
  3265. lacking memory, but is more likely nowadays to be caused by a primitive printer 
  3266. driver lacking a decent memory management system. Perhaps you are using a laser 
  3267. printer with only 1~Mb of memory. Note that dot matrix printers do not suffer 
  3268. from such lack of memory problems since they have very little memory. Their 
  3269. language is very verbose since the fonts are explicitly supplied each time they 
  3270. are used. 
  3271. If needed, you should divide the file \verb"fontable.jem", but not the file 
  3272. \verb"fontable.tex" unless you also modify the individual headers to avoid 
  3273. loading a lot of fonts for nothing. I think the former approach is easier and 
  3274. less error prone. If splitting \verb"fontable.jem" still does not work for you, 
  3275. talk to me! 
  3276. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3277. \section{\JemTeX\ Quick Reference}
  3278. \typeout{4 JemTeX Quick Reference}
  3279. \label{jemtexquickreference}
  3280. \vspace{1cm}
  3281. \begin{quote}%Don't put spaces after the next line!
  3282. \begin{verbatim}
  3283. MF &cm kanjiaa >NUL:
  3284. \end{verbatim}
  3285. \end{quote}
  3286. \begin{center}
  3287.                  METAFONT Proof Mode (page~\pageref{mftproof})
  3288. \end{center}
  3289. \vspace{1cm}
  3290. \begin{quote}
  3291. \begin{small}%Don't put spaces after the next line!
  3292. \begin{verbatim}
  3293. MF &cm \mode:=epsonfx; \mag:=magstep(0.0); \input kanjiaa.mf
  3294. \end{verbatim}
  3295. \end{small}
  3296. \end{quote}
  3297. \begin{center}
  3298.               METAFONT Standard Mode (page~\pageref{mftstandard})
  3299. \end{center}
  3300. \vspace{1cm}
  3301. \begin{center}
  3302.  \begin{tabular}{l|ccccccc}
  3303.   Font Size  & 1000 & 1095 & 1200 & 1440 & 1728 & 2074 & 2488 \\ \hline 
  3304.   Disk Space &  558 &  622 &  680 &  819 & 1008 & 1228 & 1530 
  3305.  \end{tabular}
  3306. \end{center}                                                          
  3307. \begin{center}
  3308.                           Space Requirements (240DPI)
  3309. \end{center}
  3310. \newpage
  3311. \vspace*{\fill}
  3312. \begin{center}
  3313.  \begin{tabular}{ll}
  3314.   \mbox{$\left.\parbox{4.6cm}{%
  3315.    \verb"/FixedWidth" \\
  3316.    \verb"/FixedX" \\
  3317.    \verb"/NoProportionalWidth" \\
  3318.    \verb"/NoProportionalX"}\right\}$} & 
  3319.     Fixed width (page~\pageref{widthheight}). \\[8mm]
  3320.   \mbox{$\left.\parbox{4.6cm}{%
  3321.    \verb"/NoFixedWidth" \\
  3322.    \verb"/NoFixedX" \\
  3323.    \verb"/ProportionalWidth" \\
  3324.    \verb"/ProportionalX"}\right\}$}   & 
  3325.     Minimized width (page~\pageref{widthheight}). \\[8mm]
  3326.   \mbox{$\left.\parbox{4.6cm}{%
  3327.    \verb"/FixedHeight" \\
  3328.    \verb"/FixedY" \\
  3329.    \verb"/NoProportionalHeight" \\
  3330.    \verb"/NoProportionalY"}\right\}$} & 
  3331.     Fixed height (page~\pageref{widthheight}). \\[8mm]
  3332.   \mbox{$\left.\parbox{4.6cm}{%
  3333.    \verb"/NoFixedHeight" \\
  3334.    \verb"/NoFixedY" \\
  3335.    \verb"/ProportionalHeight" \\
  3336.    \verb"/ProportionalY"}\right\}$}   & 
  3337.     Minimized height (page~\pageref{widthheight}). \\[8mm]
  3338.   \parbox{4.6cm}{\verb"/Standard"}    & 
  3339.    Standard positioning (page~\pageref{positioning}). \\
  3340.   \parbox{4.6cm}{\verb"/Dictionary"}  & 
  3341.    Dictionary positioning (page~\pageref{positioning}). \\
  3342.   \parbox{4.6cm}{\verb"/Batch"}       & 
  3343.    Batch mode (page~\pageref{batch}).
  3344.  \end{tabular}
  3345. \end{center}
  3346. \vspace{3mm}
  3347. \begin{center}
  3348.                            \verb"JIS2MF" Parameters
  3349. \end{center}
  3350. \vspace*{\fill}
  3351. \newpage
  3352. \vspace*{\fill}
  3353. \begin{center} 
  3354.  \begin{tabular}{ll} 
  3355.   \parbox{3cm}{\verb"/EUC"}          & 
  3356.    Extended UNIX code (page~\pageref{euc}). \\[1mm]
  3357.   \mbox{$\left.\parbox{3cm}{% 
  3358.    \verb"/MSkanji" \\ 
  3359.    \verb"/ShiftJIS"}\right\}$}       & 
  3360.     MS-kanji code (page~\pageref{mskanji}). \\[3mm]
  3361.   \parbox{3cm}{\verb"/Extended"}     & 
  3362.    Extended characters (page~\pageref{extended}). \\
  3363.   \parbox{3cm}{\verb"/Standard"}     & 
  3364.    Standard characters (page~\pageref{standard}). \\
  3365.   \parbox{3cm}{\verb"/LaTeX"}        & 
  3366.    \LaTeX\ header (page~\pageref{header}). \\[1.5mm]
  3367.   \mbox{$\left.\parbox{3cm}{% 
  3368.    \verb"/TeX" \\ 
  3369.    \verb"/MuTeX"}\right\}$}          & 
  3370.     \TeX\ header (page~\pageref{header}). \\[4mm] 
  3371.   \mbox{$\left.\parbox{3cm}{% 
  3372.    \verb"/Space" \\ 
  3373.    \verb"/Extra" \\ 
  3374.    \verb"/ExtraSpace"}\right\}$}     & 
  3375.     Spaces added (page~\pageref{spacing}). \\[6mm] 
  3376.   \mbox{$\left.\parbox{3cm}{% 
  3377.    \verb"/NoSpace" \\ 
  3378.    \verb"/NoExtra" \\ 
  3379.    \verb"/NoExtraSpace"}\right\}$}   & 
  3380.     No spaces added (page~\pageref{nospaces}). \\[6mm] 
  3381.   \mbox{$\left.\parbox{3cm}{% 
  3382.    \verb"/EOL" \\ 
  3383.    \verb"/Percent" \\ 
  3384.    \verb"/Comment"}\right\}$}        & 
  3385.     \verb"%" added (page~\pageref{eol}). \\[6mm] 
  3386.   \mbox{$\left.\parbox{3cm}{% 
  3387.    \verb"/NoEOL" \\ 
  3388.    \verb"/NoPercent" \\ 
  3389.    \verb"/NoComment"}\right\}$}      & 
  3390.     No \verb"%" added (page~\pageref{eol}). \\[6mm] 
  3391.   \mbox{$\left.\parbox{3cm}{% 
  3392.    \verb"/1000  /0.0  /0" \\ 
  3393.    \verb"/1095  /0.5" \\ 
  3394.    \verb"/1200  /1.0  /1" \\ 
  3395.    \verb"/1440  /2.0  /2" \\ 
  3396.    \verb"/1728  /3.0  /3" \\ 
  3397.    \verb"/2074  /4.0  /4" \\ 
  3398.    \verb"/2488  /5.0  /5"}\right\}$} & 
  3399.     Initial japanese font size (page~\pageref{fonts}). 
  3400.  \end{tabular} 
  3401. \end{center} 
  3402. \vspace{3mm}
  3403. \begin{center} 
  3404.                            \verb"JEM2TEX" Parameters
  3405. \end{center} 
  3406. \vspace*{\fill}
  3407. \newpage
  3408. \vspace*{\fill}
  3409. \begin{center} 
  3410.  \begin{tabular}{l|l}
  3411.   \verb"\hh"   & Allow japanese hyphenation (page~\pageref{hyphen}). \\
  3412.   \verb"\eeee" & Insert big space (page~\pageref{bigmedium}). \\
  3413.   \verb"\eee"  & Insert medium space (page~\pageref{bigmedium}). \\
  3414.   \verb"{}"    & Prevent hyphenation (page~\pageref{preventh}) and space 
  3415.                  insertion (page~\pageref{prevents}).
  3416.  \end{tabular}
  3417. \end{center} 
  3418. \begin{center} 
  3419.                                   Quick Fixes
  3420. \end{center} 
  3421. \vspace{1cm}
  3422. \begin{center}
  3423.  \begin{tabular}{l|l}
  3424.   \verb"\footnotesize" & \verb"/1000" \\
  3425.   \verb"\small"        & \verb"/1095" \\
  3426.   \verb"\normalsize"   & \verb"/1200" \\
  3427.   \verb"\large"        & \verb"/1440" \\
  3428.   \verb"\Large"        & \verb"/1728" \\
  3429.   \verb"\LARGE"        & \verb"/2074" \\
  3430.   \verb"\huge"         & \verb"/2488"
  3431.  \end{tabular}
  3432. \end{center}
  3433. \begin{center}
  3434.                 \verb"12pt" Font Sizes (page~\pageref{12points})
  3435. \end{center}
  3436. \vspace*{\fill}
  3437. \end{document}
  3438.